/**-----------------------------------------------------------------------------------------
* 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 function slideAnimation(height: number, duration: number): any;
/**
 * @hidden
 */
export declare function slideCloseAnimation(height: number, duration: number): any;
/**
 * @hidden
 */
export declare function fadeAnimation(duration: number): any;
/**
 * @hidden
 */
export declare function fadeCloseAnimation(duration: number): any;
