import { ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TeleportService {
    private outlets;
    outlet$(name: string): import("rxjs").Observable<ViewContainerRef>;
    ports: Map<string, ViewContainerRef>;
    newOutlet(name: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TeleportService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TeleportService>;
}
