import type { EditableNodeAttributes } from "../types"; interface ScheduleTourProps extends EditableNodeAttributes { propertyId?: string; /** Explicit unit context for embedded detail panels that do not change the route. */ unitId?: string; source?: string; /** Optional lead note sent with the booking (e.g. which unit the prospect asked about). */ message?: string; className?: string; /** Uses the denser controls needed inside marketplace unit details. */ compact?: boolean; /** Legal entity named in the phone marketing consent disclosure. */ consentCompanyName?: string; } export declare function ScheduleTour({ propertyId: propertyIdProp, unitId: unitIdProp, source, message, className, compact, consentCompanyName, "data-node-id": dataNodeId, }: ScheduleTourProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ScheduleTour.d.ts.map