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