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