/** * Solution from * https://stackoverflow.com/questions/118241/calculate-text-width-with-javascript/21015393#21015393 */ export declare function getCanvasTextWidth(text: string, font: string): number | null; //# sourceMappingURL=getCanvasTextWidth.d.ts.map