import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
import type { InteractionState } from '../types';
export declare const key: PluginKey<InteractionState>;
export declare const createPlugin: () => SafePlugin<InteractionState>;
