import { InjectionToken } from '@angular/core';
import { IGoogleAnalyticsSettings } from '../interfaces/i-google-analytics-settings';
/**
 * Provide a Injection Token to global settings.
 */
export declare const NGX_GOOGLE_ANALYTICS_SETTINGS_TOKEN: InjectionToken<IGoogleAnalyticsSettings>;
