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