import React from 'react'; export declare const RoomDetailsRow: ({ details }: { details: (string | Date)[]; }) => React.JSX.Element;