import type { ISliderProps } from './types'; declare const SliderThumb: ({ children, ...props }: ISliderProps) => JSX.Element; export default SliderThumb;