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