import { JupyterLabPlugin } from '../application'; import { IRenderMime } from './'; /** * The default rendermime provider. */ declare const plugin: JupyterLabPlugin; export default plugin;