import type { ISliderProps, Mark } from './slider.type';
export declare const useMarks: (props: ISliderProps) => import("vue").ComputedRef<Mark[]>;