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