declare const CookieConsentContext: import("react").Context<{ accepted?: boolean; clearAccepted?: () => void; setAccepted?: (accepted: boolean) => void; storageName?: string; }>; export { CookieConsentContext }; //# sourceMappingURL=Context.d.ts.map