import type { RaContainer } from '../../inversify.config'; import type { IPopup, IPopupService } from './IPopupService'; export default class PopupService implements IPopupService { private maplet; private mapsService; private popups; private unAddPopups; get isMarkerReady(): HTMLElement; removePopup(popup: IPopup): void; destroy(): void; addPopup(popup: IPopup): void; initPopup(): void; init(maplet: RaContainer): void; }