import React from 'react';
import { SliderProps } from '../../types';
export declare const Slider: (props: SliderProps) => React.JSX.Element;
