import React from 'react'; import './MonacoCodeEditor.css'; interface DiffViewerProps { diffContent: string; fileName?: string; maxHeight?: string; className?: string; } export declare const DiffViewer: React.FC; export {}; //# sourceMappingURL=DiffViewer.d.ts.map