import { TemplateRef, ViewContainerRef } from '@angular/core'; export declare class BsComponentRef { templateRef?: TemplateRef; viewContainer?: ViewContainerRef; }