import { Compiler, ComponentRef, ElementRef, ViewContainerRef } from '@angular/core'; export declare class CrudContainerComponent { private compiler; _el: ElementRef; constructor(compiler: Compiler, _el: ElementRef); crudFilho: any; modules: any[]; compDinamic: any; container: ViewContainerRef; componentRef: ComponentRef<{}>; private createComponentFactorySync(compiler, metadata); compileTemplateHtml(template: any): void; }