import { NgComponentOutlet } from '@angular/common';
import { ComponentRef } from '@angular/core';
import { DynamicComponentInjector } from './token';
import * as ɵngcc0 from '@angular/core';
export declare class ComponentOutletInjectorDirective implements DynamicComponentInjector {
    private componentOutlet;
    get componentRef(): ComponentRef<any>;
    constructor(componentOutlet: NgComponentOutlet);
    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ComponentOutletInjectorDirective, [{ host: true; }]>;
    static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ComponentOutletInjectorDirective, "[ngComponentOutlet]", ["ndcComponentOutletInjector"], {}, {}, never>;
}

//# sourceMappingURL=component-outlet-injector.directive.d.ts.map