import { ComponentFactoryResolver, Injector, ComponentFactory, ApplicationRef, ComponentRef } from "@angular/core"; import { PanelComponent } from "../components/panel/panel.component"; import * as i0 from "@angular/core"; export declare class PanelFactoryService { private resolver; private applicationRef; private injector; constructor(resolver: ComponentFactoryResolver, applicationRef: ApplicationRef, injector: Injector); componentRef: ComponentRef; _factory: ComponentFactory; overlay: any; createPanel(attachTo: string | undefined, overlayClassName: string | undefined): ComponentRef; removePanel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }