/// import type { XAdkChatbotProps, XAdkChatbotHandle } from "../../types"; /** * XAdkChatbot - 增强版聊天组件 * * 新增功能: * - ✅ 自动消息分组 (enableGrouping) * - ✅ 自动解析思维链 (enableProcessParsing) * - ✅ 文件展示 (FileGallery) * - ✅ 操作栏 (重试/复制/日志) * - ✅ 欢迎页面 (agentName/agentIcon/description) */ declare const XAdkChatbot: import("react").ForwardRefExoticComponent>; export default XAdkChatbot;