@sheerid/jslib
    Preparing search index...

    Variable AddressComponentConst

    AddressComponent: ComponentClass<
        Pick<
            FormFieldTextProps,
            | "value"
            | "isErrored"
            | "onChange"
            | "disabled"
            | "onKeyDown"
            | "label"
            | "placeholder"
            | "autoFocus"
            | "isRequired"
            | "explanation"
            | "errorId"
            | "verificationService",
        >,
        any,
    > & {
        WrappedComponent: ComponentType<FormFieldTextProps & InjectedIntlProps>;
    } = ...