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