/** Supported header user menu actions */
export declare enum HeaderUserMenuAction {
    Profile = "profile",
    LogOut = "logOut"
}
