/**----------------------------------------------------------------------------------------- * 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_DOC_LINK = "https://www.telerik.com/kendo-angular-ui/components/inputs/api/NumericTextBoxComponent#min"; /** * @hidden */ export declare const MAX_DOC_LINK = "https://www.telerik.com/kendo-angular-ui/components/inputs/api/NumericTextBoxComponent#max"; /** * @hidden */ export declare const POINT = "."; /** * @hidden */ export declare const INITIAL_SPIN_DELAY = 500; /** * @hidden */ export declare const SPIN_DELAY = 50; /** * @hidden */ export declare const EXPONENT_REGEX: RegExp;