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