/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export declare const MIN_RATIO = 0.00001; /** * @hidden */ export declare const LABEL_DECIMALS = 3; /** * @hidden */ export declare const DEFAULT_ANIMATION_DURATION = 400; /** * @hidden */ export declare const NO_ANIMATION = 0;