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