import * as React from "react"; import * as SliderPrimitive from "@radix-ui/react-slider"; export declare const Slider: { Root: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Track: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Range: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Thumb: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; }; //# sourceMappingURL=Slider.d.ts.map