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