import type { ISliderProps } from './slider.type'; export declare const useMarks: (props: ISliderProps) => any;