export declare enum NavBarItemType {
    BUTTON = "NAV_BAR_BUTTON",
    INFO = "NAV_BAR_INFO"
}
/**
 * Enum with the position to insert the navigation bar item (Information or Button)
 */
export declare enum NavBarItemPosition {
    LEFT = "left",
    CENTER = "center",
    RIGHT = "right"
}
