import * as SliderPrimitive from '@radix-ui/react-slider'; import * as React from 'react'; declare function Slider({ className, defaultValue, value, min, max, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; export { Slider };