/// declare const HotelBedsFilter: ({ filters, boardCodes, categories, setName, setBoardCodeParams, setCategoryParams, setPriceRange, minPrice, maxPrice }: { filters: any; boardCodes: any; categories: any; setName: any; setBoardCodeParams: any; setCategoryParams: any; setPriceRange: any; minPrice: any; maxPrice: any; }) => JSX.Element; export default HotelBedsFilter;