import type { ToolTreeProps } from '../contract/slots.ts'; /** * Render one root Tool call and its recursive children through the same * atomic keyed dispatch. * @param props - whole-Tool owner data and the Tool-owned child-slot share. * @returns the Tool call tree. */ export declare function ToolCallTree({ renderSlot, node, selectedCallId, cwd, openFile, inspectCall, t, }: ToolTreeProps): import("react").JSX.Element; //# sourceMappingURL=ToolCallTree.d.ts.map