import { FormInputProps } from './types'; declare const _default: import("react").MemoExoticComponent<({ name, id, type, children, size, label, autoComplete, ariaLabel, value, disabled, readOnly, tabIndex, maxLength, inputMode, placeHolder, style, register, PostIcon, onClick, onKeyDown, onChangeHandler, onPaste, required, errorMessage, helpText, ariaDescribedBy, "aria-expanded": ariaExpanded, "aria-haspopup": ariaHaspopup }: FormInputProps & { required?: boolean; errorMessage?: string; helpText?: string; ariaDescribedBy?: string; }) => import("react").JSX.Element>; export default _default;