import { DocumentRegistry } from '@jupyterlab/docregistry'; import { INotebookModel } from '@jupyterlab/notebook'; type Props = { context: DocumentRegistry.IContext; }; declare const Viewer: (props: Props) => import("react/jsx-runtime").JSX.Element; export default Viewer;