import { IModuleConf } from '@wangeditor/editor';
import { DEFAULT_MENU_LIST } from './menus';
export { DEFAULT_MENU_LIST, };
declare const module: IModuleConf;
export default module;
