import type { SlateEditor } from '@udecode/plate-common'; /** * Enables Range.prototype.cloneContents monkey patch to improve pasting behavior * in few edge cases. */ export declare function withListsReact(editor: T): T;