import { ControlWidget } from '@delon/form'; import * as i0 from "@angular/core"; export declare class AddressWidget extends ControlWidget { static readonly KEY = "address"; _change(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }