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