import { Descendant } from 'slate'; export declare const createEmptyValue: () => Descendant[]; export declare const toHTML: (value: Descendant[]) => string; export declare const fromHTML: (html: string) => Descendant[];