import { default as Slider } from './Slider';
import * as CONSTANTS from './Slider.constants';
import { SliderProps as Props } from './Slider.types';
export { CONSTANTS as SLIDER_CONSTANTS };
export type SliderProps = Props;
export default Slider;
