import { FC } from 'react';
import { RangeProps } from './RangeTooltip';
export declare const RangeDouble: FC<RangeProps<[number, number]>>;
