import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * A plugin to add support for rendering Jupyter Widgets in the editor. */ export declare const widgets: JupyterFrontEndPlugin;