export declare enum ActionsBarItemType {
    BUTTON = "ACTIONS_BAR_BUTTON",
    SEPARATOR = "ACTIONS_BAR_SEPARATOR"
}
/**
 * Enum with the position to insert the actions bar item (Separator or Button)
 */
export declare enum ActionsBarPosition {
    LEFT = "left",
    RIGHT = "right"
}
