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