import { ChangeDetectorRef } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; export declare abstract class RowPopupComponent { activeModal: NgbActiveModal; changeRef: ChangeDetectorRef; data: any; config: any; constructor(activeModal: NgbActiveModal, changeRef: ChangeDetectorRef); close(): void; cancel(): void; dismiss(): void; } //# sourceMappingURL=row-popup.d.ts.map