import { OnInit, OnChanges, SimpleChanges, EventEmitter } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { PrintoutService } from '../../services/printout.service'; import { IdentityService, EventPayload } from '@bsynchro/common'; import * as i0 from "@angular/core"; export declare class ContactCnaSummaryComponent implements OnInit, OnChanges { private _httpClient; private _printoutService; private _identityService; private _environment; cnaSummaryEvents: EventEmitter; contactId: string; contact: any; showAddCnaButton: boolean; showEditCnaButton: boolean; showPrintCnaButton: boolean; private _cna; private _cnaSet; constructor(_httpClient: HttpClient, _printoutService: PrintoutService, _identityService: IdentityService, _environment: any); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; get currencyPipe(): { new (): {}; readonly CurrencyCode: "USD"; readonly Display: "symbol"; readonly DigitsInfo: "0.0"; }; editCna(): void; addCna(): void; printCna(): void; get cna(): any; get cnaSet(): boolean; private getCna; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }