export declare const useBookNowPageData: () => {
    bookNowSections: any;
    loading: boolean;
};
