import type React from 'react'; import type { ToolVisualLine } from './tool-visual-types.js'; export declare function ToolOutputLines({ lines, hasFollowingBlock, }: { lines: ToolVisualLine[]; hasFollowingBlock?: boolean | undefined; }): React.ReactElement; //# sourceMappingURL=visual-lines.d.ts.map