import { ContentObserver } from '@angular/cdk/observers'; import { ElementRef, OnDestroy } from '@angular/core'; export declare class SbbHeaderEnvironment implements OnDestroy { private _destroyed; private _previousClass; constructor(contentObserver: ContentObserver, elementRef: ElementRef); ngOnDestroy(): void; }