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