/// export declare const LegacyHotelsResult: ({ hotels, onHotelClick }: { hotels: any; onHotelClick: (any: any) => any; }) => JSX.Element;