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