import { type SlateEditor, type TElementEntry } from '@udecode/plate-common'; export declare function withElementNormalization(editor: SlateEditor, normalization: (entry: TElementEntry) => boolean): SlateEditor;