/**
 * @description 自定义事件 插件
 * @author wangfupeng
 */
import { Editor } from 'slate';
import { IDomEditor } from '../interface';
export declare const withEmitter: <T extends Editor>(editor: T) => T & IDomEditor;
