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