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