@sheerid/jslib
    Preparing search index...

    Variable CountryComponentWrapperConst

    CountryComponentWrapper: ComponentClass<
        Pick<
            CountryComponentWrapperProps & DeprecatedProps,
            | "disabled"
            | "verificationService"
            | "viewModelDraftDecorator"
            | (keyof DeprecatedProps),
        >,
        any,
    > & {
        WrappedComponent: ComponentType<
            CountryComponentWrapperProps & DeprecatedProps & InjectedIntlProps,
        >;
    } = ...