import { TemplateRef, ViewContainerRef } from '@angular/core'; export declare class NgTranscludeDirective { viewRef: ViewContainerRef; protected _viewRef: ViewContainerRef; protected _ngTransclude: TemplateRef; /* tslint:disable-next-line:no-any */ ngTransclude: TemplateRef; constructor(viewRef: ViewContainerRef); }