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