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