/**
 * @description parse style html
 * @author wangfupeng
 */
import { IDomEditor } from '@wangeditor-next/core';
import { Descendant } from 'slate';
import { DOMElement } from '../../utils/dom';
export declare function parseStyleHtml(elem: DOMElement, node: Descendant, editor: IDomEditor): Descendant;
