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