import { AtomList } from '@milkdown/utils'; export declare const table: AtomList>> & import("@milkdown/core").MilkdownPlugin>; export { BreakTable, InsertTable, NextCell, PrevCell, SupportedKeys, tablePlugin } from './nodes'; export { createTable } from './utils'; export declare const commands: { readonly NextCell: import("@milkdown/core").CmdKey; readonly PrevCell: import("@milkdown/core").CmdKey; readonly BreakTable: import("@milkdown/core").CmdKey; readonly InsertTable: import("@milkdown/core").CmdKey; }; export declare type Commands = typeof commands; //# sourceMappingURL=index.d.ts.map