export declare const useTermsPageData: () => {
    termsSections: any;
    loading: boolean;
};
