import { IInputCoreProps, ITextAreaProps } from '../../input'; import { IFormComponentProps } from '../shared'; import * as React from 'react'; export declare type IFormInputFieldProps = IFormComponentProps | Omit>; export declare const FormInputField: React.FunctionComponent;