import { OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { PaymentService } from '../../sale/payment/payment.service'; import { FormBuilder, FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class PurchasePaymentViewComponent implements OnInit { private activatedRoute; private paymentService; private formBuilder; id: number; payment: any; isLoading: boolean; filterForm: FormGroup; constructor(activatedRoute: ActivatedRoute, paymentService: PaymentService, formBuilder: FormBuilder); ngOnInit(): void; private loadPayment; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }