/** * @since 5.2.0 * @slot - Chat messages, for example ix-chat-user-message and ix-chat-ai-message * @slot prompt - Chat input displayed below the chat messages */ export declare class Chat { hasPrompt: boolean; private hasAssignedContent; private handlePromptSlotChange; render(): any; }