/**
 * 获取文本宽度
 * @param text 文本
 * @param fontSize 字体大小
 */
export declare function getTextWidth(text: string, fontSize: string): number;
