import { OnInit, EventEmitter } from '@angular/core'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { HttpData } from './../../../services/home.service'; import * as i0 from "@angular/core"; export declare class Modal1Component implements OnInit { bsModalRef: BsModalRef; private httpData; action: EventEmitter; closeCC: EventEmitter; closeBtnName: string; cardList: any[]; debitList: any[]; title: string; img_path: any; constructor(bsModalRef: BsModalRef, httpData: HttpData); selectCard(v: any): void; closeCCModal(v: any): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }