import { AfterViewInit, ElementRef } from '@angular/core'; import { BzLayoutService } from '../layout.service'; export declare class BzHeaderComponent implements AfterViewInit { private _layoutService; normalValue: boolean; header: ElementRef; constructor(_layoutService: BzLayoutService); ngAfterViewInit(): void; }