/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare const MIN_MAX_ERROR_MESSAGE = "The max value should be greater than the min."; /** * @hidden */ export declare const LABEL_DECIMALS = 3; /** * @hidden */ export declare const MIN_RATIO = 0.0001;