import { JupyterFrontEndPlugin } from '@jupyterlab/application';
import { LabIcon } from '@jupyterlab/ui-components';
export declare const completionIcon: LabIcon;
export declare const COMPLETION_PLUGIN: JupyterFrontEndPlugin<void>;
