import { Editor, Element } from 'slate'; import { TransformsWrapNodesOptions } from '../typings/transforms'; /** * Since currently `Transforms.wrapNodes` not support `hanging` option. */ export declare function wrapNodesWithUnhangRange(editor: Editor, element: Element, options?: TransformsWrapNodesOptions): void;