import { ElementRef, EventEmitter, OnInit, ViewContainerRef } from '@angular/core'; import { DynamicComponentService } from '../../services/dynamic-component.service'; import { SimplifyService } from '../../services/simplify.service'; import { SimpleBaseClass } from '../../_base/simple-base-class'; import * as i0 from "@angular/core"; export declare class SimpleDynamicComponent extends SimpleBaseClass implements OnInit { dynamicComponentService: DynamicComponentService; container: ViewContainerRef; component: any; componentProperties: any; componentCreated: EventEmitter; commentElementTag: boolean; componentInstance: any; componentRef: any; constructor(dynamicComponentService: DynamicComponentService, simplify: SimplifyService, elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }