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