import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import { HidenavShService } from './hidenav-sh-service.service'; import * as i0 from "@angular/core"; export declare class HidenavStretchheaderComponent implements OnDestroy, AfterViewInit { el: ElementRef; globals: HidenavShService; header: ElementRef; static: any; class: any; name: any; noBorder: string; headerHeight: any; initExpanded: any; opacityColor: any; opacityFactor: any; blurFactor: any; preserveHeader: any; scroll: EventEmitter; constructor(el: ElementRef, globals: HidenavShService); ngAfterViewInit(): void; start(): void; expand(duration?: number): void; shrink(duration?: number): void; toggle(duration?: number): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }