import type { RendererProps } from './types'; export declare function TreeRenderer({ contentJson, toolDurationMs, isExpanded, onToggle, }: RendererProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TreeRenderer.d.ts.map