import React from 'react'; declare global { namespace JSX { interface Element extends React.ReactElement {} } interface Window { google: typeof google; } const google: any; }