import React from 'react'; interface RoomOptionsFormProps { } declare const RoomOptionsForm: React.FC; export default RoomOptionsForm;