import type { ToolCall } from "@openuidev/react-headless"; export interface ToolCallProps { toolCall: ToolCall; isStreaming?: boolean; /** True once tool work is done (e.g. text content has started rendering) */ toolsDone?: boolean; isLast?: boolean; className?: string; } export declare const ToolCallComponent: ({ toolCall, isStreaming, toolsDone, isLast, className, }: ToolCallProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ToolCall.d.ts.map