import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { IFontManager } from '.'; declare const plugin: JupyterFrontEndPlugin; export default plugin;