export type FontWidthMap = Record; /** * These calculations are based on specific font settings using a canvas element for the measurements. * Font size: '12px' * Font weight 400 * Font family: 'DynatraceFlow, Roboto, Helvetica, sans-serif' */ export declare const charsFontWidth12pixelsSize400Map: FontWidthMap; export declare const charsFontWidth14pixelsSize400Map: FontWidthMap; /** * These calculations are based on specific font settings using a canvas element for the measurements. * Font size: '12px' * Font weight 500 * Font family: 'DynatraceFlow, Roboto, Helvetica, sans-serif' */ export declare const charsFontWidth12pixelsSize500Map: FontWidthMap; /** * These calculations are based on specific font settings using a canvas element for the measurements. * Font size: '12px' * Font weight 600 * Font family: 'DynatraceFlow, Roboto, Helvetica, sans-serif' */ export declare const charsFontWidth12pixelsSize600Map: FontWidthMap; /** * These calculations are based on specific font settings using a canvas element for the measurements. * Font size: '12px' * Font weight 700 * Font family: 'DynatraceFlow, Roboto, Helvetica, sans-serif' */ export declare const charsFontWidth12pixelsSize700Map: FontWidthMap; /** * Font size: '9px' * Font weight: 500 * Font family: 'DynatraceFlow, Roboto, Helvetica, sans-serif' * NOTE: Values scaled from 12px/500 map. Regenerate with buildFontWidthMap({ fontSize: 9, fontWeight: 500 }) for exact measurements. */ export declare const charsFontWidth9pixelsSize500Map: FontWidthMap; /** * Font size: '16px' * Font weight: 500 * Font family: 'DynatraceFlow, Roboto, Helvetica, sans-serif' * NOTE: Values scaled from 12px/500 map. Regenerate with buildFontWidthMap({ fontSize: 16, fontWeight: 500 }) for exact measurements. */ export declare const charsFontWidth16pixelsSize500Map: FontWidthMap;