export declare const useLocationsPageData: () => {
    locationsSections: any;
    loading: boolean;
};
