import { SliderProps } from './types';
export declare const Slider: (props: SliderProps) => any;
