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