import { ElementRef, EventEmitter } from '@angular/core'; import { GoogleMap } from '@angular/google-maps'; import * as i0 from "@angular/core"; export declare class LocationFieldsComponent { question: any; inLine: boolean; answerChange: EventEmitter<{ answer: any; maxPossibleScore?: number | undefined; }>; searchField: ElementRef; map: GoogleMap; count: number; required: boolean; hint: string; defaultZoomLevel: number; setCurrentPosition: boolean; allowFullScreen: boolean; latitude: number; longitude: number; regionBoundary: boolean; region: string; showGoogleMap: boolean; mapConfigurations: any; ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }