/**
 * Hook to access only the consent state without actions
 */
export declare function useConsentState(): {
    hasUserConsented: boolean;
    consentState: import("@/contexts/ConsentContext").ConsentCategories;
    showBanner: boolean;
    showSettings: boolean;
};
//# sourceMappingURL=useConsentState.d.ts.map