export declare const useShopPageData: () => {
    shopSections: any;
    loading: boolean;
};
