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