import { TravelCloudClient } from '../travelcloud'; declare const HotelbedsDetail: ({ hotel, room, rates, client, checkIn, checkOut, types, children }: { hotel: any; room: any; rates: any; client: TravelCloudClient; checkIn: any; checkOut: any; types: any; children?: (params: { hotel: any; room: any; rates: any; facilities: any; images: any; imageUrlPrefix: any; checkIn: any; checkOut: any; controller: any; }) => any; }) => any; export default HotelbedsDetail;