import { InjectionToken } from '@angular/core';
import { GaWindow } from './ngx-google-analytics-window';
/**
 * Provide DOM Window reference.
 */
export declare const NGX_WINDOW: InjectionToken<GaWindow>;
