import type { LinkNode } from '@prezly/slate-types'; export declare function parseSerializedLinkElement(serialized: string): LinkNode | undefined;