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