import { OnInit } from '@angular/core'; import { MercadopagoApiService } from '../services/mercadopago.api.service'; export declare class PromotionBankComponent implements OnInit { private mercadoPagoService; url: string; contentSource: string; cardPromotions: any; constructor(mercadoPagoService: MercadopagoApiService); ngOnInit(): void; }