import React from 'react'; import type { AgentSession } from '../types.js'; interface AgentPanelProps { agents: AgentSession[]; streamingContent?: Map; } export declare const AgentPanel: React.FC; export {}; //# sourceMappingURL=AgentPanel.d.ts.map