import * as React from "react"; import { SliderProps } from "./typings/Slider"; declare const Slider: React.FunctionComponent; export default Slider;