/** * @description code highlight module * @author wangfupeng */ import { IModuleConf } from '@wangeditor-next/core'; declare const codeHighlightModule: Partial; export default codeHighlightModule;