import type { CookieConsentAnalyticsConfig } from '../../../types/types.js'; export default function CookieConsentAnalytics({ config }: { config: CookieConsentAnalyticsConfig; }): React.ReactElement | null; export declare function googleConsentModeBootstrapScript(config: CookieConsentAnalyticsConfig): string;