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