import { NumberFieldProps } from './types'; import { NamedExoticComponent } from 'react'; /** * A numeric field with keyboard and button increments, min/max constraints and * the same label, helper and error API as TextField. */ declare const NumberField: NamedExoticComponent; export default NumberField;