import { Dispatch, SetStateAction } from "react"; export declare const useShowCookieConsent: () => [boolean, Dispatch>];