export interface Tab { label?: string; styleButton?: string; active?: boolean; }