import * as React from 'react'; import { NumericRangeProps } from './types'; export declare const NumericRange: React.FC;