import { OnInit } from '@angular/core'; import { Colors } from '../../../shared/enums/colors.enum'; export declare class NavBarComponent implements OnInit { private readonly document; readonly isFixed: boolean; readonly hasContainer: boolean; readonly color: Colors; constructor(document: any); ngOnInit(): void; }