declare const grecaptcha : any; declare global { interface Window { grecaptcha : any; reCaptchaLoad : () => void } }