import React from "react"; interface AgentChatProps { agentId: string; agentName: string; isOpen: boolean; roomId: string; onClose: () => void; } declare const AgentChat: React.FC; export default AgentChat; //# sourceMappingURL=AgentChat.d.ts.map