import { OnInit, OnChanges, ElementRef } from '@angular/core'; import { UxAppShellService } from '@eui/core'; import * as i0 from "@angular/core"; export declare class EuiHeaderAppSubtitleComponent implements OnInit, OnChanges { asService: UxAppShellService; private elRef; string: string; constructor(asService: UxAppShellService, elRef: ElementRef); ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }