import { JupyterLabPlugin } from '../application'; /** * The about page extension. */ declare const plugin: JupyterLabPlugin; export default plugin;