export interface TabBarItem { label: string; value: T; icon: string; [key: string]: any; }