import { OnInit } from '@angular/core'; export declare class HeaderMobileComponent implements OnInit { headerLogo: string; asideSelfDisplay: boolean; headerMenuSelfDisplay: boolean; headerMobileClasses: string; headerMobileAttributes: {}; constructor(); ngOnInit(): void; } //# sourceMappingURL=header-mobile.component.d.ts.map