import type { ChatLine } from "../types.js"; type ToolEventProps = { line: ChatLine; }; export declare function ToolEvent({ line }: ToolEventProps): import("react/jsx-runtime").JSX.Element; export {};