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