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