import { ComponentType } from 'react'; import { IGoogleReCaptchaConsumerProps } from './google-recaptcha-provider'; export interface IWithGoogleReCaptchaProps { googleReCaptchaProps: IGoogleReCaptchaConsumerProps; } export declare const withGoogleReCaptcha: (Component: ComponentType>) => ComponentType>; //# sourceMappingURL=with-google-recaptcha.d.ts.map