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