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