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