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