/********************************************************************* * © Copyright IBM Corp. 2024 *********************************************************************/ import React from 'react'; export declare const DiffViewer: ({ before, after, language, options }: { before: string; after: string; language: string; options: any; }) => React.JSX.Element;