import { NgModule } from '@angular/core'; /** * options for ynamicComponentModule */ export declare class DynamicComponentOptions { /** * identifies ngModule used by compilation. */ ngModuleMetadata: NgModule; }