import { ChangeDetectorRef, OnInit } from '@angular/core'; import { FormBuilder } from '@angular/forms'; import { CfDialog, CfDialogService } from 'codefoxui'; import { ErpService } from '../../services'; import * as i0 from "@angular/core"; export declare class AddresseditorComponent extends CfDialog implements OnInit { dialogService: CfDialogService; erpService: ErpService; cdr: ChangeDetectorRef; fb: FormBuilder; onlyCountryRequired: boolean; countries: { label: string; value: string; }[]; filteredCities: string[]; publicPlaces: string[]; formGroup: import("@angular/forms").FormGroup<{ addressId: import("@angular/forms").FormControl; countryCode: import("@angular/forms").FormControl; postcode: import("@angular/forms").FormControl; city: import("@angular/forms").FormControl; parcelNumber: import("@angular/forms").FormControl; publicPlaceName: import("@angular/forms").FormControl; publicPlaceType: import("@angular/forms").FormControl; houseNumber: import("@angular/forms").FormControl; building: import("@angular/forms").FormControl; stairway: import("@angular/forms").FormControl; level: import("@angular/forms").FormControl; door: import("@angular/forms").FormControl; address: import("@angular/forms").FormControl; note: import("@angular/forms").FormControl; defaultBillingAddress: import("@angular/forms").FormControl; defaultShippingAddress: import("@angular/forms").FormControl; touched: import("@angular/forms").FormControl; }>; save(): void; loadCountries(): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }