/**
 * @description maps
 * @author wangfupeng
 */
import { IDomEditor } from '@wangeditor-next/core';
import { BaseElement } from 'slate';
export declare const ELEM_TO_EDITOR: WeakMap<BaseElement, IDomEditor>;
