/** * 动态计算文字宽度 * @param text * @returns */ declare function getTextWidth(text: any): number; export { getTextWidth };