{"version":3,"file":"ng-transclude.directive.d.ts","sources":["ng-transclude.directive.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { TemplateRef, ViewContainerRef } from '@angular/core';\nexport declare class NgTranscludeDirective {\n    viewRef: ViewContainerRef;\n    protected _ngTransclude?: TemplateRef<any>;\n    set ngTransclude(templateRef: TemplateRef<any> | undefined);\n    get ngTransclude(): TemplateRef<any> | undefined;\n    constructor(viewRef: ViewContainerRef);\n}\n"]}