import { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; import { PluginKey } from '@atlaskit/editor-prosemirror/state'; import { DecorationSet } from '@atlaskit/editor-prosemirror/view'; export declare const firstNodeDecPluginKey: PluginKey; export declare const firstNodeDecPlugin: () => SafePlugin;