import { AfterViewInit, ChangeDetectorRef, EventEmitter, QueryList, ViewContainerRef } from '@angular/core'; import { TabPanelDirective } from './tab-panel.directive'; import * as i0 from "@angular/core"; export declare class TabComponent implements AfterViewInit { private cdr; private _activeTabPanel; set activeTabPanel(value: string); get activeTabPanel(): string; tabPanelTitleCSSClass: string; tabPanelButtonCSSClass: string; tabPanelButtonActiveCSSClass: string; tabPanelContentCSSClass: string; activeTabPanelChange: EventEmitter; tabPanelContent: ViewContainerRef; tabPanels: QueryList; constructor(cdr: ChangeDetectorRef); ngAfterViewInit(): void; getTabPanelDirective(targetTabPanel: string): TabPanelDirective; getTabPanelButtonCSS(panelName: string): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }