import { EventEmitter } from '@angular/core'; import { TabInterface } from '../../interfaces/tab-interface'; import * as i0 from "@angular/core"; export declare class TabsComponent { tabs: TabInterface[]; type: string; defaultTab: number; tabChanged: EventEmitter; uuid: number; svgStyle: any; ngOnChanges(): void; tabChange(evt: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }