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