import { ElementRef } from "@angular/core"; import type { OnInit } from "@angular/core"; import type { SdModalContentDef } from "../../core/modal/sd-modal.provider"; import * as i0 from "@angular/core"; export interface Address { postNumber: string | undefined; address: string | undefined; buildingName: string | undefined; } export declare class SdAddressSearchModal implements SdModalContentDef
, OnInit { contentElRef: import("@angular/core").Signal | undefined>; close: import("@angular/core").OutputEmitterRef
; initialized: import("@angular/core").WritableSignal; errorMessage: import("@angular/core").WritableSignal; ngOnInit(): void; private _initAsync; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=sd-address-search.modal.d.ts.map