/**
 * @description textStyle to html
 * @author wangfupeng
 */
import { Descendant } from 'slate';
export declare function styleToHtml(node: Descendant, elemHtml: string): string;
