import * as React from 'react'; import { IWithGoogleReCaptchaProps } from './with-google-recaptcha'; export interface IGoogleRecaptchaProps { onVerify: (token: string) => void | Promise; action?: string; } declare const WrappedGoogleRecaptcha: React.ComponentType>; export { WrappedGoogleRecaptcha as GoogleReCaptcha }; //# sourceMappingURL=google-recaptcha.d.ts.map