import Slider from './Slider';
import type { SliderProps } from './Slider';
export type { SliderProps };
export default Slider;
