/** * Calculates the conversion factor from ch units to px units. * * Creates a temporary div element with a width of '1ch', appends it to the document body, * measures its width in pixels, and then removes the element. * * @returns The width of '1ch' in pixels. */ declare const _default: () => number; export default _default; //# sourceMappingURL=getChToPxConversionFactor.d.ts.map