import { ChatAgentMessageProps } from '../types'; /** * Agent reply bubble. A styles container that positions the reply and its * composed pieces (text, loaders, tool traces, …); it renders `children` * verbatim and forwards its `ref` to the underlying element. For Markdown * replies, compose `ChatAgentMessageMarkdown` instead of teaching this * container about the markdown engine. */ export declare const ChatAgentMessage: import('react').ForwardRefExoticComponent>;