import { OnInit } from '@angular/core'; export declare class LogoComponent implements OnInit { headerLogo: string; color: 'light' | 'dark'; constructor(); ngOnInit(): void; } //# sourceMappingURL=logo.component.d.ts.map