import React from 'react';
import type { RangeSliderProps } from './number-types';
export declare function RangeSlider({ value, min, max, onDrag, step, initialValue }: RangeSliderProps): React.JSX.Element;
