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