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