export interface Tab { id: number | string; label: string; componentRef: any; disabled?: boolean; }