import { ComponentRef, Type, ViewContainerRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class OverlayService { private overlayRoot?; private activeOverlays; private isNavigationFrozen; constructor(); private getOverlayRoot; createWithoutAppend(component: Type, viewContainer: ViewContainerRef): ComponentRef; create(component: Type, viewContainer: ViewContainerRef): ComponentRef; addToOverlay(componentRef: ComponentRef): void; destroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }