import type { ToolExecuted } from './types';
interface Props {
    tools: ToolExecuted[];
    onSeeToolDetails: (tool: ToolExecuted) => void;
}
export declare const ExecutedTools: ({ tools, onSeeToolDetails }: Props) => import("react/jsx-runtime").JSX.Element | null;
export {};
