/**
 * @fileoverview Slider component exports
 */
export { Slider } from './Slider';
export type { SliderProps } from './Slider';
