import React from 'react'; import { FieldProps } from './form-field'; declare const NumberField: React.FC; export default NumberField;