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