import { OnChanges, SimpleChanges } from '@angular/core'; import { OnDestroy } from '@angular/core'; import { AfterContentInit, EventEmitter, OnInit, QueryList } from '@angular/core'; import { TabButtonComponent } from './tab-button/tab-button.component'; import * as i0 from "@angular/core"; export declare class TabSelectorComponent implements OnInit, OnChanges, OnDestroy, AfterContentInit { selectedTab?: string; valueChanged: EventEmitter; tabs: (QueryList | undefined); private subscriptions; constructor(); ngAfterContentInit(): void; ngOnInit(): void; ngOnChanges(_: SimpleChanges): void; ngOnDestroy(): void; subscribeToTabs(): void; checkPreSelectedTab(): void; onTabSelected(value: string): void; setSelected(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }