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