import { BoundsLiteral, FitBoundsService, GeoPoint, MapsAPILoader } from '@ng-maps/core';
import * as i0 from "@angular/core";
/**
 * The FitBoundsService is responsible for computing the bounds of the a single map.
 */
export declare class GoogleMapsFitBoundsService extends FitBoundsService {
    constructor(_loader: MapsAPILoader);
    protected generateBounds(includeInBounds: Map<string, GeoPoint>): BoundsLiteral;
    static ɵfac: i0.ɵɵFactoryDeclaration<GoogleMapsFitBoundsService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GoogleMapsFitBoundsService>;
}
