import { ComponentRef, ElementRef, Injector, OnDestroy, ViewContainerRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SimpleRuntimeHtmlDirective implements OnDestroy { private elementRef; private viewContainerRef; private injector; html: string; context: any; imports: any[]; private componentRef; constructor(elementRef: ElementRef, viewContainerRef: ViewContainerRef, injector: Injector); ngOnInit(): void; ngOnDestroy(): void; createRuntimeComponent(): Promise>; private createRuntimeStandaloneComponent; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }