import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LocationFieldPropertiesComponent implements OnChanges { questionProperties: any; selectedQuestionId: string; translations: any; apperanceOpened: boolean; ValidationOpened: boolean; setCurrentPosition: boolean; fullScreen: boolean; regionBoundary: boolean; zoomLevel: number; markRegion: string; latitude: number; longitude: number; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; openAppearance(): void; openValidation(): void; valueAssigned(): void; jsonUpdation(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }