import { EventEmitter, OnInit, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export interface ITabsToolItemEventData { tabIndex: number; code: string; } export declare class TabsComponent implements OnInit { headers: string[]; contents: TemplateRef[]; headerTools: any[]; onToolItemClick: EventEmitter; activeIndex: number; constructor(); ngOnInit(): void; onClick(index: number): void; onToolItemClickLocal(code: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }