import { JupyterLabPlugin } from '../application'; import { IConsoleTracker, ConsolePanel } from './index'; /** * The console widget tracker provider. */ export declare const trackerPlugin: JupyterLabPlugin; /** * The console widget content factory. */ export declare const contentFactoryPlugin: JupyterLabPlugin; /** * Export the plugins as the default. */ declare const plugins: JupyterLabPlugin[]; export default plugins;