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