import { JupyterLabPlugin } from '../application'; import { INotebookTracker, NotebookPanel } from './'; /** * The notebook widget tracker provider. */ export declare const trackerPlugin: JupyterLabPlugin; /** * The notebook cell factory provider. */ export declare const contentFactoryPlugin: JupyterLabPlugin; /** * Export the plugins as default. */ declare const plugins: JupyterLabPlugin[]; export default plugins;