import { SimpleChanges, OnChanges, EventEmitter } from '@angular/core'; import { DecimalPipe } from '@angular/common'; import * as i0 from "@angular/core"; export declare class InvoiceViewComponent implements OnChanges { private decimalPipe; orgConfig: any; invoicedata: any; showPayButton: boolean; showHiddenOptions: boolean; invoicePayClicked: EventEmitter; invoice: any; estimates: any; additionalcharge: any; sales_tax_amount: any; totalAmount: number; amountDue: number; customerContacts: any[]; billToClient: any; private client; constructor(decimalPipe: DecimalPipe, orgConfig: any); ngOnChanges(changes: SimpleChanges): void; hasBalance(balance: any): boolean; onInvoicePayClicked(): void; correctDate(date: string): string; getNumber(str: any): number; private findBillToContact; private correctFloatNum; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }