export declare const useAboutPageData: () => {
    aboutSections: any;
    loading: boolean;
};
