import type { SlateEditor } from '@udecode/plate-common'; /** * Automatically link pasted content if it's a URL. // See DEV-11519 */ export declare function withPastedContentAutolinking(editor: T): T;