import { OnInit } from '@angular/core'; import { Store } from '@ngxs/store'; export declare class PopupComponent implements OnInit { private store; constructor(store: Store); ngOnInit(): void; openPopup(): Promise; }