import { RangeProps } from './types';
export declare const thumbWidth = 20;
/**
 * @name Slider.Range
 */
export declare const Range: import('react').ForwardRefExoticComponent<Omit<RangeProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
