import { JupyterLabPlugin } from '@jupyterlab/application';
/**
 * A plugin for the Telamonian Darcula
 */
declare const plugin: JupyterLabPlugin<void>;
export default plugin;
