import { AfterContentInit, OnDestroy, QueryList } from '@angular/core'; import { SzTabItemComponent } from './sz-tab-item.component'; import * as i0 from "@angular/core"; export declare class SzTabHeaderComponent { items: QueryList; onLabelClick(item: SzTabItemComponent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class SzTabComponent implements AfterContentInit, OnDestroy { items: QueryList; activeItem: SzTabItemComponent; private activeChangesSubscriptions; ngAfterContentInit(): void; ngOnDestroy(): void; activateByIndex(index: number): void; private activateNewItem; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }