/** * DevExpress Analytics (core\utils\_units.unitsToPixel.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { MeasureUnit } from '../internal/_papperKindMapper'; export declare function unitsToPixel(val: number, measureUnit: MeasureUnit, zoom?: number): number; export declare function pixelToUnits(val: number, measureUnit: MeasureUnit, zoom: number): number;