import { FormFieldComponentProps } from '../../../lib/types/types'; interface PassedProps { explanation?: string | JSX.Element; required?: boolean; } export declare const PostalCodeComponent: import('react').ComponentClass & PassedProps, "value" | "isErrored" | "onChange" | "disabled" | "onKeyDown" | "label" | "placeholder" | "autoFocus" | "isRequired" | "errorId" | "verificationService" | keyof PassedProps>, any> & { WrappedComponent: import('react').ComponentType & PassedProps & ReactIntl.InjectedIntlProps>; }; export {};