import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as SliderPrimitive from "@radix-ui/react-slider"; //#region src/react/ui/slider.d.ts /** Draggable input for selecting numeric values within a range */ declare function Slider({ className, defaultValue, value, min, max, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Slider }; //# sourceMappingURL=slider.d.ts.map