import type { SlateEditor } from '@udecode/plate-common'; import type { Node, NodeEntry } from 'slate'; /** * If there's an Element node without a `type` attribute - mark it as paragraph. */ export declare function normalizeUnknownElement(editor: SlateEditor, [node, path]: NodeEntry): boolean;