import React from 'react'; interface ToolResultDisplayProps { toolName: string; content: string; metadata?: { success?: boolean; additions?: number; deletions?: number; linesRead?: number; matchCount?: number; fileCount?: number; filePath?: string; command?: string; error?: string; args?: string; todoDisplay?: string; todoCount?: number; agentCount?: number; gitCommand?: string; gitSummary?: string; resultCount?: number; searchType?: string; url?: string; status?: string; agentId?: string; agentStatus?: string; taskCount?: number; query?: string; originalParams?: any; }; } export declare const ToolResultDisplay: React.FC; export {}; //# sourceMappingURL=ToolResultDisplay.d.ts.map