export declare const SupportedKeys: { readonly NextCell: "NextCell"; readonly PrevCell: "PrevCell"; readonly ExitTable: "ExitTable"; }; export declare type SupportedKeys = typeof SupportedKeys; export declare const PrevCell: import("@milkdown/core").CmdKey; export declare const NextCell: import("@milkdown/core").CmdKey; export declare const BreakTable: import("@milkdown/core").CmdKey; export declare const InsertTable: import("@milkdown/core").CmdKey; export declare const tablePlugin: import("@milkdown/utils/lib/types").WithExtend<"NextCell" | "PrevCell" | "ExitTable", Record, { table: import("prosemirror-model").NodeType; table_header: import("prosemirror-model").NodeType; table_row: import("prosemirror-model").NodeType; table_cell: import("prosemirror-model").NodeType; } & { [x: string]: import("prosemirror-model").MarkType; }, { schema?: ((ctx: import("@milkdown/core").Ctx) => { node?: Record | undefined; mark?: Record | undefined; }) | undefined; view?: ((ctx: import("@milkdown/core").Ctx) => Partial<{ table: import("@milkdown/prose").NodeViewFactory; table_header: import("@milkdown/prose").NodeViewFactory; table_row: import("@milkdown/prose").NodeViewFactory; table_cell: import("@milkdown/prose").NodeViewFactory; } & { [x: string]: import("@milkdown/prose").MarkViewFactory; }>) | undefined; }>; //# sourceMappingURL=index.d.ts.map