import { ViewContainerRef } from '@angular/core'; export declare class InjectionsService { private _viewContainerRef; /** * Returns the ViewContainerRef of the Injections point in the * Document Object Model */ get(): ViewContainerRef; /** * * @param viewContainerRef */ post(viewContainerRef: ViewContainerRef): void; }