import { TranslocoService } from '@jsverse/transloco'; import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PanelHeaderComponent implements OnInit { private translocoService; title: string; showBigTitle: boolean; showIcon: boolean; icon: string; index: number; tabs: SpiderlyTab[]; constructor(translocoService: TranslocoService); ngOnInit(): void; setTabIsSelected(tab: SpiderlyTab): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class SpiderlyTab { label?: string; id?: number; icon?: string; isSelected?: boolean; constructor({ label, id, icon, isSelected, }?: { label?: string; id?: number; icon?: string; isSelected?: boolean; }); }