import { ComponentFactoryResolver, ElementRef, OnDestroy, OnInit } from '@angular/core'; import { ApplicationHeaderService } from './header.service'; import { StateService } from '../../../../core/state/state.service'; import { Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ApplicationHeaderComponent implements OnInit, OnDestroy { private stateService; private headerService; private resolver; navbar: ElementRef; headerLeft: any; headerRight: any; brandColor: string; brandSub: Subscription; contributionRefs: Array; constructor(stateService: StateService, headerService: ApplicationHeaderService, resolver: ComponentFactoryResolver); ngOnInit(): void; generateHeaders(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }