import { ChangeDetectorRef, OnInit } from "@angular/core"; import { Router } from "@angular/router"; import { CfDialog } from "codefoxui"; import { ElectronService } from "../../services/electron.service"; import * as i0 from "@angular/core"; export declare class TabSelectorComponent extends CfDialog implements OnInit { cdr: ChangeDetectorRef; electronService: ElectronService; router: Router; tabConfigurations: any[]; activateTab(guid: string): void; openNew(): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }