import React from 'react'; import type { RangeSliderProps } from './RangeSlider.types'; export declare const RangeSlider: React.FC;