import { Injector } from '@angular/core'; export declare class PortalInjector implements Injector { private readonly parentInjector; private readonly customTokens; constructor(parentInjector: Injector, customTokens: WeakMap); get(token: any, notFoundValue?: any): any; }