import type { SliderProps } from "./types";
export declare function Slider(props: SliderProps): import("react/jsx-runtime").JSX.Element;
