import type { IntlShape } from 'react-intl-next/src/types';
import type { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import type { PluginInjectionAPI } from '../types';
export declare function tableSelectionKeymapPlugin(pluginInjectionApi?: PluginInjectionAPI, getIntl?: () => IntlShape): SafePlugin;
