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