/** * 计算文本在画布中的宽度 * @param text 文本 * @param font 字体 */ export declare const measureTextWidth: { (...args: any[]): any; cache: Map; };