/// import { ISliderProps } from "../../config/type"; declare function FSlider(props: ISliderProps): JSX.Element; export default FSlider;