import type { EditableNodeAttributes } from "../../types"; export interface FloorplanPageProps extends EditableNodeAttributes { floorplanId?: string; propertyId?: string; floorplanBasePath?: string; applyUrl?: string; backLabel?: string; unitsHeading?: string; feesHeading?: string; scheduleHeading?: string; applyLabel?: string; emptyUnitsMessage?: string; consentCompanyName?: string; showAmenities?: boolean; showSpecials?: boolean; showFees?: boolean; showScheduleTour?: boolean; className?: string; } export declare function FloorplanPage({ floorplanId: floorplanIdProp, propertyId: propertyIdProp, floorplanBasePath, applyUrl, backLabel, unitsHeading, feesHeading, scheduleHeading, applyLabel, emptyUnitsMessage, consentCompanyName, showAmenities, showSpecials, showFees, showScheduleTour, className, "data-node-id": dataNodeId, }: FloorplanPageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FloorplanPage.d.ts.map