import { InjectionToken } from '@angular/core'; import { CatSideWindowConfig } from './cat-side-window.service'; import * as i0 from "@angular/core"; export declare const CAT_SIDE_WINDOW_CONFIG: InjectionToken; export declare const CAT_SIDE_WINDOW_REF_TOKEN: InjectionToken; export declare class CatSideWindowRef { private config; private elementId; constructor(config: CatSideWindowConfig, elementId: string); close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }