import { TemplateRef, Type } from '@angular/core'; import { Observable } from 'rxjs'; export declare type DynamicContent = string | Observable | TemplateRef | Type; //# sourceMappingURL=dynamic-content.d.ts.map