export declare const useBlogPageData: () => {
    blogSections: any;
    loading: boolean;
};
