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