import { ElementRef, EventEmitter } from '@angular/core'; import { TabProps } from '@kite_aerolab/shared/components'; export declare class TabComponent { isDisabled: boolean; id: TabProps['index']; content: TabProps['index']; isFocusable: boolean; css: TabProps['css']; ref: ElementRef; onClick: EventEmitter; private _active; get isActive(): boolean; set isActive(value: boolean); get tab(): string[]; activateTab(): void; } //# sourceMappingURL=tab.component.d.ts.map