import type { Components, JSX } from "../wc/types/components"; interface GoogleLogin extends Components.GoogleLogin, HTMLElement {} export const GoogleLogin: { prototype: GoogleLogin; new (): GoogleLogin; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;