import { ChangeDetectorRef, Compiler, EventEmitter, Injector, OnChanges, OnDestroy, SimpleChanges, ViewContainerRef } from '@angular/core'; import { InputMap, OutputMap } from '@gewd/lazy/contracts'; import * as i0 from "@angular/core"; export declare class LazyModuleComponent implements OnChanges, OnDestroy { private angularCompiler; private injector; private cd; moduleAlias: string; component: string; componentInputs: InputMap; componentOutputs: OutputMap; targetContainer: ViewContainerRef; componentCreated: EventEmitter; componentLoading: EventEmitter; showError: boolean; error: string; private componentInstance; private unsubForOutputs$; private alreadySettingComponent; constructor(angularCompiler: Compiler, injector: Injector, cd: ChangeDetectorRef); setComponent(): Promise; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private changedAndDifferent; private setInputs; private unsubOutputs; private setOutputs; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }