import { ApplicationRef, ComponentFactoryResolver, Type } from '@angular/core'; import * as i0 from "@angular/core"; export interface CatSideWindowConfig { data?: any; onClose?: () => void; } export declare class CatSideWindowService { private componentFactoryResolver; private appRef; constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef); open(component: Type, options?: CatSideWindowConfig): void; private generateElementId; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }