/**
 * 字体类型
 */
export declare const fontWeightTypes: string[];
/**
 * 0-60 字体行高映射表
 * fontSize => lineHeight
 */
export declare const fontSizeLineHeightMap: number[];
