import { QueryList } from '@angular/core'; import { TabPanelsProps } from '@kite_aerolab/shared/components'; import { TabPanelComponent } from './tab-panel.component'; export declare class TabPanelsComponent { tabPanels: QueryList; activeIndex: number; css: TabPanelsProps['css']; get tabPanelsStyles(): string[]; ngAfterViewInit(): void; ngAfterContentChecked(): void; } //# sourceMappingURL=tab-panels.component.d.ts.map