import { EmbedNode } from '../EmbedNode'; export declare function parseSerializedElement(serialized: string): EmbedNode | undefined;