import { OnInit } from '@angular/core'; export declare class NewMapsComponent implements OnInit { title: string; constructor(); ngOnInit(): void; }