/** * @description to html * @author wangfupeng */ import { Element } from 'slate'; declare function dividerToHtml(_elem: Element, _childrenHtml: string): string; export declare const dividerToHtmlConf: { type: string; elemToHtml: typeof dividerToHtml; }; export {};