import { Plugin, PluginKey } from 'prosemirror-state'; declare const key: PluginKey; declare const tableCellSelfResizing: () => Plugin; export { key, tableCellSelfResizing };