import { PluginKey } from '@atlaskit/editor-prosemirror/state';
import type { LayoutState } from './types';
export declare const pluginKey: PluginKey<LayoutState>;
