import { type Descendant } from 'slate'; export declare const richTextJsonToHTML: (value: Descendant[]) => string;