import { AfterContentInit, OnChanges, QueryList, SimpleChanges } from '@angular/core'; import { TabButtonComponent } from '../../atoms/tab-button/tab-button.component'; import { TabPanelDirective } from '../../../directives/tab-panel.directive'; import * as i0 from "@angular/core"; export declare class TabGroupComponent implements AfterContentInit, OnChanges { private destroyRef; border: boolean; activeTab: string; buttons: QueryList; panels: QueryList; ngOnChanges(changes: SimpleChanges): void; ngAfterContentInit(): void; setActiveTab(key: string): void; private getTabButtonTrigger; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }