import { Type, ViewContainerRef } from '@angular/core'; import { DialogRemoteControl } from '../models'; import * as i0 from "@angular/core"; type RemoteControlType = DialogRemoteControl; export declare class DialogComponentHelperService { private cd; loadComponent(content: ViewContainerRef, remoteControl: RemoteControlType, componentType?: Type): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};