import { GoogleMapsInternalApiService } from '../../api/google-maps-internal-api.service'; /** * The base class for GoogleMapsModule classes. Extended by the classes in core and async packages. * * When extending, remember to import the following in your NgModule definition: * CoreModule, UniversalModule, _InternalModule * * @internal * @export * @class _GoogleMapsModule */ export declare class _GoogleMapsModule { private api; constructor(googleMapsModule: _GoogleMapsModule, api: GoogleMapsInternalApiService); protected onApiLoaded(): void; protected onApiLoadError(error: any): void; }