import { QueryList, AfterContentInit, EventEmitter, ChangeDetectorRef } from '@angular/core'; import { TabItemComponent } from './tab-item.component'; import * as i0 from "@angular/core"; export declare class VerbenaTabComponent implements AfterContentInit { private cdr; tabs: QueryList; tabChange: EventEmitter; backgroundColor: string; activeTabBgColor: string; textColor: string; hoverColor: string; activeTab: TabItemComponent | null; constructor(cdr: ChangeDetectorRef); ngAfterContentInit(): void; selectTab(tab: TabItemComponent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }