export declare const EVENTS: {
    BACK: string;
    BLUR: string;
    CHANGE: string;
    CLICK: string;
    CLICK_DISABLED: string;
    CLICK_HOME: string;
    CLICK_OPTION: string;
    CLICK_SUB_TAB: string;
    CLICK_TAB: string;
    CLOSE: string;
    CLOSE_ALL: string;
    CLOSE_SUB_TAB: string;
    CLOSE_TAB: string;
    CTRL_CLICK: string;
    INPUT: string;
    KEY_DOWN: string;
    KEY_UP: string;
    MOUSE_LEAVE: string;
    MOUSE_MOVE: string;
    MOUSE_OVER: string;
    MOUSE_OVER_OPTION: string;
    MOUSE_UP: string;
    PAGE_CHANGED: string;
    POST: string;
    REFRESH: string;
    REMOVE: string;
    RESIZE: string;
    SCROLL: string;
    SEARCH: string;
    SHIFT_CLICK: string;
    SUBMIT: string;
    SUBSCRIBE: string;
    UPDATE_MODEL_VALUE: string;
    WORKSPACE: string;
};
