import type { EditableNodeAttributes } from "../../types"; import { type UnitTerminology } from "./unitTerminology"; interface PropertyPageProps extends EditableNodeAttributes { propertyId?: string; unitDetailView?: "panel" | "page"; unitBasePath?: string; contactName?: string; contactPhone?: string; contactEmail?: string; showContactForm?: boolean; contactConsentCompanyName?: string; unitTerminology?: UnitTerminology; className?: string; } export declare function PropertyPage({ propertyId: propertyIdProp, unitDetailView, unitBasePath, contactName, contactPhone, contactEmail, showContactForm, contactConsentCompanyName, unitTerminology, className, "data-node-id": dataNodeId, }: PropertyPageProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PropertyPage.d.ts.map