/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare const BUTTON_SCROLL_SPEED = 100; /** * @hidden */ export declare const SCROLLABLE_CLASS = "k-tabstrip-scrollable"; /** * @hidden */ export declare const HIDDEN_CLASS = "k-hidden"; /** * @hidden */ export declare const DIRECTION_CLASSES: { left: string; right: string; up: string; down: string; }; /** * @hidden */ export declare const DEFAULT_SCROLL_BEHAVIOR = "smooth";