import * as React from 'react';
import { ISliderProps } from './Slider.types';
export declare const Slider: React.FunctionComponent<ISliderProps>;
