import * as React from "react"; import { TSliderProps } from "./Slider.d"; declare const TSlider: React.FC; export default TSlider;