import { OnInit, OnChanges, SimpleChanges, EventEmitter } from '@angular/core'; import { ContactsService } from '../../services/contacts.service'; import { EventPayload, UITranslateService } from '@bsynchro/common'; import { ContactViewProperties } from '../../crm-constants'; import * as i0 from "@angular/core"; export declare class ContactSummaryComponent implements OnInit, OnChanges { private _contactsService; fileSettings: any; translateService: UITranslateService; ContactViewPropertiesConstants: typeof ContactViewProperties; contactSummaryEvents: EventEmitter; contactId: string; showEditContactButton: boolean; hiddenProperties: ContactViewProperties[]; showFamilySection: boolean; contactName: string; private _contact; private _contactSet; get contact(): any; get getContactName(): any; get contactSet(): boolean; constructor(_contactsService: ContactsService, fileSettings: any, translateService: UITranslateService); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; private getContactById; editContact(): void; formatDate(date: string): string; getContactMainAddress(addressType: string): any; getMainAddressContent(addressType: string): string; getDataListFieldDisplay(name: string): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }