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