export declare const useHotelbedsSearchForm: ({ formValue, onChange, minLeadTime }: { formValue?: any; onChange?: any; minLeadTime?: any; }) => { params: any; controller: { onStayChange: (pairs: any) => void; onHotelsOrDestinationsChange: (pairs: any) => void; onOccupanciesChange: (occupancies: any) => void; onSourceMarketChange: (sourceMarket: any) => void; }; };