interface ToolErrorDisplayProps { error: string; stack?: string; showStack?: boolean; } /** * Shared error display component for tool results with ok: false * Matches the structure and colors of ErrorRenderer */ export declare function ToolErrorDisplay({ error, stack, showStack, }: ToolErrorDisplayProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ToolErrorDisplay.d.ts.map