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