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