import * as SliderPrimitive from '@radix-ui/react-slider';
import * as React from 'react';
export declare const Slider: React.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
//# sourceMappingURL=slider.d.ts.map