import { OnChanges, SimpleChanges, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class HtmlCompilerComponent implements OnChanges { private container; template: string; componentClass: object; imports: any[]; declarations: any[]; private _component?; constructor(container: ViewContainerRef); ngOnChanges(changes: SimpleChanges): void; private addComponent; getSourceHtml(): any; detectChanges(): void; getInstance(): any; update(): void; getComponentClass(): object; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }