/// <reference types="react" />
import { ISliderProps } from './Slider.types';
export declare const Slider: (props: ISliderProps) => JSX.Element;
