Version: 0.1.01.0.01.0.11.1.01.2.01.3.01.4.01.4.11.5.01.6.01.7.01.8.01.9.01.9.11.10.01.11.01.12.01.13.01.14.01.14.11.15.01.16.01.17.01.18.01.19.01.20.01.21.01.22.01.23.01.24.01.25.01.25.11.25.21.25.31.25.41.25.52.0.0-beta.12.0.0-beta.22.0.0-beta.32.0.0-rc.12.0.0-rc.22.0.0-rc.32.0.0-rc.42.0.02.0.22.0.33.0.0-beta.03.0.0-rc.03.0.03.1.03.2.03.3.03.3.13.4.03.5.03.6.03.7.03.7.13.7.23.8.03.9.03.9.13.9.23.10.03.10.13.11.03.12.03.13.03.14.03.15.03.15.13.15.23.16.03.16.13.17.03.17.13.18.03.18.13.18.23.18.33.18.43.18.53.18.63.19.03.19.13.19.23.19.33.20.03.20.13.20.23.20.33.20.43.20.53.21.03.21.13.21.23.22.03.22.13.23.03.23.13.23.23.23.33.23.43.23.53.23.63.23.73.23.83.23.93.23.103.23.113.23.123.23.133.23.143.23.153.23.163.23.173.23.183.23.193.23.203.24.03.24.14.0.0-alpha.04.0.0-beta.04.0.0-beta.14.0.0-beta.24.0.0-beta.34.0.0-beta.44.0.0-beta.54.0.0-beta.64.0.0-beta.74.0.0-beta.84.0.0-beta.94.0.0-beta.104.0.0-beta.114.0.0-beta.124.0.0-beta.134.0.0-beta.144.0.0-beta.154.0.0-rc.04.0.0-rc.14.0.0-rc.24.0.04.0.14.0.24.0.34.0.44.1.04.1.14.1.24.1.34.1.44.2.04.2.14.2.24.2.34.2.44.3.04.3.14.3.24.3.34.3.44.3.54.3.64.3.74.3.84.3.94.3.104.3.114.3.124.3.134.4.04.4.14.4.24.4.34.4.44.4.54.4.64.4.74.4.84.4.94.4.104.4.114.4.124.4.134.4.144.4.154.4.164.4.174.4.184.4.194.4.204.4.214.4.224.4.234.4.244.4.254.4.264.4.274.4.284.4.294.4.304.4.314.4.324.4.334.4.344.4.354.4.364.4.375.0.0-alpha.15.0.0-alpha.25.0.0-alpha.35.0.0-alpha.45.0.0-alpha.55.0.0-alpha.65.0.0-alpha.75.0.0-beta.05.0.0-beta.15.0.0-beta.25.0.0-rc.05.0.05.0.15.0.25.0.35.0.45.0.55.0.65.0.75.0.85.0.95.0.105.1.05.2.05.2.15.2.25.2.35.2.45.2.55.2.65.2.75.2.85.2.95.2.105.2.115.3.05.3.15.3.25.3.35.3.45.3.55.3.65.3.75.3.85.3.95.3.105.3.115.3.125.3.13
/**
* Measure width in pixels of a string displayed with styles provided by `className`.
* Should only be used if measuring can't be done with existing DOM elements.
*/
export declare function measureTextWidth(text: string, className?: string, containerElement?: HTMLElement): number;
export declare function padWithZeroes(str: string, minLength: number): string;