import * as React from "react"; import { Slider as SliderPrimitives } from "radix-ui"; declare const SliderRoot: ({ className, ...props }: SliderPrimitives.SliderProps) => React.JSX.Element; export { SliderRoot };