/** * @license * Copyright 2025 Qwen Team * SPDX-License-Identifier: Apache-2.0 */ interface AgentChatViewProps { agentId: string; } export declare const AgentChatView: ({ agentId }: AgentChatViewProps) => import("react/jsx-runtime").JSX.Element; export {};