/// <reference types="react" />
export interface IGoogleAnalyticsProps {
    trackingId: string;
    force?: boolean;
}
export declare function GoogleAnalytics({ trackingId, force, }: IGoogleAnalyticsProps): JSX.Element;
