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