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