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