export interface TabProps { label: string; active?: boolean; disabled?: boolean; errorCount?: number; }