import { ComponentRef, Type } from '@angular/core'; import * as i0 from "@angular/core"; type RemoteControlTypeHelper = { options: any; }; type ParentComponentTypeHelper = { options: any; setLoaderComponent(component: Type): void; prepareComponentForLoad(component: Type, remoteControl: RemoteControlTypeHelper): void; }; export declare class HelperService { private document; private appRef; private environmentInjector; constructor(document: Document); manageView(action: 'attach' | 'detach', componentRef: ComponentRef): void; createAndConfigureDynamicComponents(remoteControl: RemoteControlType & RemoteControlTypeHelper, childComponent: Type, parentComponent: Type, loaderComponent?: Type): ComponentRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};