import React from 'react'; import { TextField } from './TextField'; export declare const NumberField: (props: React.ComponentProps) => JSX.Element;