export interface tab { key: string; iconName?: string; action: () => void; }