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