export interface TabItem { label: string; name: string; notificationCount?: number; disabled?: boolean; }