import type { SlateEditor } from '@udecode/plate-common'; /** * Automatically link selected text if the pasted content is a URL. */ export declare function withSelectionAutolinking(editor: T): T;