import { JupyterLabPlugin } from '../application'; import { ICommandPalette } from './'; /** * The default commmand palette extension. */ declare const plugin: JupyterLabPlugin; export default plugin;