import './slider.less';
import { Slider } from './slider';
export type { SliderProps, SliderValue } from './slider';
export default Slider;
