import { FC } from "react";
import { SliderProps } from "./Slider.types";
export declare const Slider: FC<SliderProps>;
