import { Descendant } from "slate";
export declare function styleToHtml(node: Descendant, elemHtml: string): any;
