import { Router } from '@angular/router'; import { UxAppShellService } from '@eui/core'; import * as i0 from "@angular/core"; export declare class EuiDimmerComponent { asService: UxAppShellService; get isDimmerActive(): boolean; set isDimmerActive(value: boolean); _isDimmerActive: (true | false); get cssClasses(): string; e2eAttr: string; private _DEBUG; constructor(asService: UxAppShellService, router: Router); static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }