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