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