/**
 * Master list of tabs available for the iOS app Tab Bar (footer navigation)
 *
 * @packageDocumentation
 */
export declare type Tab = 
/**
 * not currently in use:
 *| "cityGuide"
 *| "favorites"
 */
"home" | "inbox" | "profile" | "search" | "sell";
