export declare const useHomePageData: () => {
    homeSections: any;
    loading: boolean;
};
