///
import "react-image-lightbox/style.css";
export declare const Facility: ({ facility, checkIn, checkOut }: any) => JSX.Element;
export declare const Facilities: ({ facilities, facilityTypes, checkIn, checkOut, windowWidth }: {
facilities: Array;
facilityTypes: any;
checkIn: any;
checkOut: any;
windowWidth: any;
}) => any;
declare const CustomizeHotelbedsResult: ({ hotels, types, checkIn, checkOut, client, onHotelRoomRateClick, windowWidth, googleAPIKey }: {
hotels: any;
types: any;
checkIn: any;
checkOut: any;
client: any;
onHotelRoomRateClick: any;
windowWidth: any;
googleAPIKey: any;
}) => JSX.Element;
export default CustomizeHotelbedsResult;