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