import { type AmenityDisplayProps } from "./AmenityList"; export interface ApartmentAmenitiesProps extends Omit { propertyId?: string; } export declare function ApartmentAmenities({ propertyId: propertyIdProp, className, "data-node-id": dataNodeId, ...displayProps }: ApartmentAmenitiesProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ApartmentAmenities.d.ts.map