import { ElementRef, EventEmitter, QueryList } from '@angular/core'; import { GtrTabComponent } from '../tab/gtr-tab.component'; import * as i0 from "@angular/core"; export declare class GtrTabsWrapperComponent { tabs: QueryList; position: 'start' | 'end' | 'center' | 'fill'; dataTransactionName: string; id: string; testId: string; tabScrollContainerRef: ElementRef; tabScrollListRef: ElementRef; tabChanges: EventEmitter; get tabsContainerClass(): string; get tabsWrapperClass(): string; get tabListLength(): number; ngOnInit(): void; ngAfterContentInit(): void; ngAfterViewInit(): void; selectTab(selectedTab: GtrTabComponent): void; onTabListScroll(): void; isScrollable(element: HTMLElement): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }