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