import { OnInit, OnChanges, ChangeDetectorRef, QueryList } from '@angular/core'; import { UxAppShellService } from '@eui/core'; import * as i0 from "@angular/core"; export declare class EuiHeaderAppComponent implements OnInit, OnChanges { asService: UxAppShellService; private ref; string: string; appName: string; appShortName: string; appSubTitle: string; appNameFromState: string; appShortNameFromState: string; appSubTitleFromState: string; customAppName: QueryList; customAppSubtitle: QueryList; constructor(asService: UxAppShellService, ref: ChangeDetectorRef); ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class EuiHeaderAppNameDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class EuiHeaderAppSubtitleDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }