import type { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * A plugin adding a toolbar to the top area. */ export declare const topbar: JupyterFrontEndPlugin;