/// import { ReactWidget } from '@jupyterlab/apputils'; import 'regenerator-runtime/runtime'; import { JupyterFrontEnd } from '@jupyterlab/application'; export declare class AlgorithmCatalogWidget extends ReactWidget { jupyterApp: JupyterFrontEnd; constructor(jupyterApp: JupyterFrontEnd); render(): JSX.Element; } export declare class RegisterAlgorithmsWidget extends ReactWidget { data: any; constructor(data: any); render(): JSX.Element; }