import type { RichText } from '../../text-editor/types'; export declare const richTextNodeValue: (richText: RichText) => string;