export declare const usePrivacyPageData: () => {
    privacySections: any;
    loading: boolean;
};
