import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnInit, QueryList } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { NuoruoTabComponent } from './tab/nuoruo-tab.component'; import * as i0 from "@angular/core"; export declare class NuoruoTabsComponent implements OnInit, AfterViewInit, ControlValueAccessor { private cdr; flagShowIcon: boolean; oneLine: boolean; tabsetList: QueryList; tabClick: EventEmitter; dlbTabClick: EventEmitter; closeClick: EventEmitter; contextmenuTabClick: EventEmitter; tabsetTitleList: any; selectTab: number; selectTabTemp: any; _fatherNgModel: any; dragIndex: number; constructor(cdr: ChangeDetectorRef); get fatherNgModel(): any; set fatherNgModel(data: any); ngOnInit(): void; reload(): void; changeTab(index: any): void; dlbTabClickFn(index: any): boolean; contextmenuTabClickFn(index: any): void; clickTrans(index: any): any; ngAfterViewInit(): void; selectByKey(id: string | number): void; /** controlvalue */ change: (value: any) => void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; set changeData(value: any); iconCloseClick(e: any, tab: NuoruoTabComponent): void; dragstart(e: any, dragIndex: number): void; drop(e: any, dropIndex: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }