interface UnitContactDialogProps { open: boolean; onClose: () => void; popoverId: string; propertyId?: string; unitId?: string; consentCompanyName?: string; } export declare function UnitContactDialog({ open, onClose, popoverId, propertyId, unitId, consentCompanyName, }: UnitContactDialogProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=UnitContactDialog.d.ts.map