import React from 'react'; interface Props { activeTool?: { name: string; title: string; }; error: { message: string; stack: string; }; info: { componentStack: string; }; onRetry: () => void; showErrorDetails: boolean; } export declare function RenderToolErrorScreen(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=ErrorScreen.d.ts.map