import { ActivatedRouteSnapshot, CanActivate } from '@angular/router';
import { ContextRouteService, GeoService } from '@c8y/ngx-components';
import * as i0 from "@angular/core";
export declare class TrackingTabFactory implements CanActivate {
    private contextRouteService;
    private geoService;
    constructor(contextRouteService: ContextRouteService, geoService: GeoService);
    canActivate(snapshot: ActivatedRouteSnapshot): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<TrackingTabFactory, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TrackingTabFactory>;
}
//# sourceMappingURL=tracking-tab.guard.d.ts.map