import { Value } from 'slate'; export declare function createHtml(v: Value, opts?: Required): string;