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