import { ElementRef } from '@angular/core';
import { TabComponent } from '../tab/tab.component';
import * as i0 from "@angular/core";
export declare class TabItemComponent {
    private el;
    private tabComponent;
    label: string;
    icon: string;
    counter: number | undefined;
    id: string;
    active: boolean;
    disabled: boolean;
    constructor(el: ElementRef, tabComponent: TabComponent);
    onClick(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TabItemComponent, [null, { optional: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TabItemComponent, "cfc-tab-item", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "id": { "alias": "id"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
}
