import { AfterViewChecked, OnInit } from '@angular/core'; export declare class PayPalNewComponent implements OnInit, AfterViewChecked { accessToken: string; clientId: string; vkUrlApi: string; storeId: string; userId: string; transactionId: string; amount: string; currency: string; cancelUrl: string; successUrl: string; data: string; urlSignout: string; private addScript; errorsMessage: any; showError: boolean; loading: boolean; status: string; linkToPay: string; linkExecutePay: string; constructor(); ngOnInit(): void; ngAfterViewChecked(): void; private addPaypalScript; }