/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
 * Represents the settings of the opening and closing animations for the ActionSheet ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/actionsheet/animations)).
 */
export interface ActionSheetAnimation {
    /**
     * Specifies the duration of the ActionSheet opening and closing animations in milliseconds.
     *
     * @default 300
     */
    duration?: number;
}
