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