/**-----------------------------------------------------------------------------------------
* 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 enum NavigationAction {
    Undefined = 0,
    Open = 1,
    Close = 2,
    Enter = 3,
    EnterPress = 4,
    EnterUp = 5,
    Tab = 6,
    Esc = 7,
    Navigate = 8
}
