import { JSX } from "react";
/**
 * Adds Google Analytics to Webpage , if NEXT_PUBLIC_GOOGLE_ANALYTICS_ID is set
 */
export declare const GoogleAnalytics: () => JSX.Element;
