import { Plugin } from '../';
export * from './commands';
export { tableNodes } from './table-nodes';
export { CellSelection } from './cell-selection';
export { TableMap } from './tablemap';
export function tableEditing (): Plugin;
