import { FormFieldComponentProps } from '../../../lib/types/types'; export declare const OverrideCode: ({ value, isErrored, onChange, placeholder, }: FormFieldComponentProps) => import("react/jsx-runtime").JSX.Element; export declare const OverrideCodeComponent: import('react').ComponentClass, "value" | "isErrored" | "onChange" | "disabled" | "onKeyDown" | "label" | "placeholder" | "autoFocus" | "isRequired" | "errorId" | "verificationService">, any> & { WrappedComponent: import('react').ComponentType & ReactIntl.InjectedIntlProps>; };