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