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