import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import { ModalService } from '../services/modal.service'; export declare class ConfirmationModalComponent { private readonly sharedModalService; activeModal: NgbActiveModal; constructor(sharedModalService: ModalService, activeModal: NgbActiveModal); confirm(): void; reject(): void; }