import { OnInit, EventEmitter } from '@angular/core'; export declare class ZrTabsComponent implements OnInit { tabsData: any[]; tabsType?: string; bootomBorder2X?: boolean; colorThemeStyle?: string; btnColor?: string; iconColor?: string; choice?: number; selected: EventEmitter<{}>; constructor(); ngOnInit(): void; selectedItem(event: any): void; defaultSelection(arr: any[], choice: any): void; }