import { AfterContentInit, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core'; import { TabComponent } from './tab/tab.component'; import * as i0 from "@angular/core"; export declare class TabsComponent implements AfterContentInit, OnChanges { tabWidth: string; tabEllipsis: boolean; minHeight: string; selectedTabIndexFromOutside: number; type: 'Horizontal' | 'Vertical'; separatedScroll: boolean; tabs: QueryList; tabSelectedCallback: EventEmitter; ngAfterContentInit(): void; ngOnChanges(changes: SimpleChanges): void; selectTab(tab: TabComponent): void; activeSelectedTabFromOutside: (selectedTabIndex: number) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }