/// import { IBounds } from '@bespunky/angular-google-maps/core'; export declare class MockBounds implements IBounds { /** Enables setting the bounds to whatever. */ bounds: google.maps.LatLngBounds; getBounds(): google.maps.LatLngBounds; }