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