import type { ToolExecutionIndicatorProps } from '../types/index.js';
export default function ToolExecutionIndicator({ toolName, currentIndex, totalTools, }: ToolExecutionIndicatorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=tool-execution-indicator.d.ts.map