import { MaybeAsync, Resolve } from '@angular/router';
import { MapService } from '@c8y/ngx-components/map';
import type * as L from 'leaflet';
import * as i0 from "@angular/core";
export declare class BoundsResolverService implements Resolve<L.LatLngBounds> {
    private mapService;
    constructor(mapService: MapService);
    resolve(): MaybeAsync<L.LatLngBounds>;
    static ɵfac: i0.ɵɵFactoryDeclaration<BoundsResolverService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<BoundsResolverService>;
}
//# sourceMappingURL=bounds-resolver.service.d.ts.map