import type { EditorState } from '@atlaskit/editor-prosemirror/state';
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
import type { BreakoutPluginState } from '../breakoutPluginType';
export declare const pluginKey: PluginKey<BreakoutPluginState>;
export declare const getPluginState: (state: EditorState) => BreakoutPluginState | undefined;
