import type { Properties } from 'csstype'; export declare type Font = Pick & { fontSize?: number; }; declare const _default: { (...args: any[]): any; cache: Map; }; /** * 计算文本的宽度 */ export default _default;