import { FormFieldComponentProps } from '../../../lib/types/types'; interface PassedProps { explanation?: JSX.Element; label?: JSX.Element; } export declare const MemberId: ({ value, isErrored, onChange, explanation, intl, placeholder, isRequired, label, disabled, }: FormFieldComponentProps & PassedProps) => import("react/jsx-runtime").JSX.Element; export declare const MemberIdComponent: 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 {};