import type { Range } from 'slate'; import type { RichTextEditor } from '../../../text-editor/types'; export declare const unwrapAllWrappers: (editor: RichTextEditor, selection: Range | null) => void;