/**
 * @description mention module entry
 * @author wangfupeng
 */
import { IModuleConf } from '@wangeditor/editor';
declare const module: Partial<IModuleConf>;
export default module;
