import type { SlateEditor } from '@udecode/plate-common'; import { type NodeEntry } from 'slate'; export declare function normalizeTableAttributes(editor: SlateEditor, [node, path]: NodeEntry): boolean; export declare function normalizeRowAttributes(editor: SlateEditor, [node, path]: NodeEntry): boolean; export declare function normalizeCellAttributes(editor: SlateEditor, [node, path]: NodeEntry): boolean;