import type { SlateDescendant } from '@wangeditor/editor'; import type { MsttsExpressAs } from './custom-types'; declare const _default: { selector: string; parseElemHtml: (domElem: Element, children: SlateDescendant[]) => MsttsExpressAs; }; export default _default;