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