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