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