import { ChangeDetectorRef, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { CfDialog, CfDialogService, CfMessageService } from 'codefoxui'; import * as i0 from "@angular/core"; export declare class ContacteditorComponent extends CfDialog implements OnInit { dialogService: CfDialogService; messageService: CfMessageService; cdr: ChangeDetectorRef; contactId: number | null; type: 'supplier' | 'customer'; formGroup: FormGroup; get isValid(): boolean; save(): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }