import type { HtmlNode } from '@prezly/slate-types'; export declare function createHtmlBlock({ content }: Pick): HtmlNode;