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