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