import { ChangeDetectorRef, OnInit, OnChanges } from '@angular/core'; import { AbstractControl, ControlValueAccessor } from '@angular/forms'; import { CfDialogService, CfDestroyRef } from 'codefoxui'; import { ContactItem } from '../../interfaces/general.interfaces'; import * as i0 from "@angular/core"; export declare class ContactlistComponent extends CfDestroyRef implements OnInit, OnChanges, ControlValueAccessor { dialogService: CfDialogService; cdr: ChangeDetectorRef; columns: number; deletedIdsFormControl: AbstractControl | null; readonly: boolean; disabled: boolean; orderContactText: string; shippingContactText: string; height: string; contactItems: ContactItem[]; onChangeFn: any; onTouchedFn: any; showEditorDialog(index?: number | null): void; deleteContact(index: number): void; contactInfo(customerContact?: ContactItem | null): string; registerOnChange(onChangeFn: any): void; registerOnTouched(onTouchedFn: any): void; setDisabledState(isDisabled: boolean): void; writeValue(contactItems: ContactItem[]): void; changed(): void; ngOnChanges(): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }