import { ModuleWithProviders } from "@angular/core"; import { GoogleTagManagerConfig } from "./google-tag-manager-config"; import { GoogleTagManagerRoutingService } from "./google-tag-manager-routing.service"; import * as i0 from "@angular/core"; export declare class GoogleTagManagerModule { constructor(_googleTagManagerRoutingService: GoogleTagManagerRoutingService); static forRoot(config: GoogleTagManagerConfig): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }