/// import { SliderPropsType } from "./interface"; declare const Slider: (props: SliderPropsType) => JSX.Element; export default Slider;