import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; export declare class ScGoogleMapsDialogComponent implements OnInit { dialogRef: MatDialogRef; data: { long: number; lat: number; title: string; }; constructor(dialogRef: MatDialogRef, data: { long: number; lat: number; title: string; }); ngOnInit(): void; } //# sourceMappingURL=sc-google-maps-dialog.component.d.ts.map