import { RangeProps } from './RangeTooltip';
import { FC } from 'react';

export declare const RangeDouble: FC<RangeProps<[number, number]>>;
