export declare const CookieConsentCategory: {
    NECESSARY: string;
    AD: string;
    ANALYTICS: string;
    FUNCTIONALITY: string;
    PERSONALIZATION: string;
};
