export default function useCookiesConsent(): { showCookiesConsent: boolean; handleConsultCookies: () => void; handleCloseCookiesConsent: () => void; };