import { Plugin, PluginKey } from '../../../prosemirror';
import { EditorPlugin } from '../../types';
export declare const pluginKey: PluginKey;
export declare const analyticsPaste: Plugin;
declare const analyticsPastePlugin: EditorPlugin;
export default analyticsPastePlugin;
