import { AfterViewInit } from '@angular/core'; import { FactoryService } from '@dotgov/core'; export declare class DynamicRendererComponent implements AfterViewInit { private _factory; container: any; componentName: string; item: any; constructor(_factory: FactoryService); ngAfterViewInit(): void; }