import React from "react";
import { GlobalCookieConsentProps } from "./types";
/**
 * Global Cookie Consent component for comprehensive cookie consent management
 */
export declare const GlobalCookieConsent: React.ForwardRefExoticComponent<GlobalCookieConsentProps & React.RefAttributes<HTMLDivElement>>;
export declare const GlassGlobalCookieConsent: React.ForwardRefExoticComponent<GlobalCookieConsentProps & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=GlobalCookieConsent.d.ts.map