///
import { INumberInputDecimalProps, INumberInputIntegerProps } from '../../number-input';
import { IFormComponentProps } from '../shared';
export declare type IFormNumberInputFieldProps = IFormComponentProps | Omit>;
export declare function FormNumberInputField(props: IFormNumberInputFieldProps): JSX.Element;