import React from 'react';
declare function AddRoomType({ onsubmit }: {
    onsubmit: any;
}): React.JSX.Element;
export default AddRoomType;
