import type { RendererProps } from './types'; import { type ParsedSubagentResult } from '../SubagentResultsNotice'; /** * Builds the compact header summary for a set of parsed sub-agent results. */ export declare function summarizeSubagentResults(results: ParsedSubagentResult[]): { headline: string; failedCount: number; }; export declare function SubagentResultRenderer({ contentJson, toolDurationMs, isExpanded, onToggle, compact, }: RendererProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SubagentResultRenderer.d.ts.map