export interface Tab { title: string; value: string; selected: boolean; }