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