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