/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
 * Specifies the adaptive rendering of the component.
 *
 * The supported values are:
 * * `none`&mdash;(default)
 * * `auto`
 */
export type AdaptiveMode = 'none' | 'auto';
/**
 * @hidden
 */
export declare const animationDuration = 300;
