import { OnInit } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class HeadComponent implements OnInit { private http; imageUrl: string; nonProdBackColor: boolean; prodBackColor: boolean; headerBackgroundColor: any; constructor(http: HttpClient); currentDate: Date; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }