import { default as React } from 'react'; import { Props } from './RangeButtons.types'; declare const RangeButtons: ({ ranges, currentRange, texts, onChange }: Props) => React.JSX.Element; export default RangeButtons;