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