interface UnitContactPopoverProps { propertyId?: string; unitId?: string; consentCompanyName?: string; className?: string; } export declare function UnitContactPopover({ propertyId, unitId, consentCompanyName, className, }: UnitContactPopoverProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UnitContactPopover.d.ts.map