import React from 'react'; import { SliderProps } from './types'; export declare const Slider: React.FC;