import { TemplateRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TabItemComponent { title: string; id: string; set active(value: boolean); get active(): boolean; activeChange: EventEmitter; disabled: boolean; tabColor: string; activeTabBgColor: string; textColor: string; hoverColor: string; badgeCount: number | null; badgeColor: string; content: TemplateRef; private _active; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }