export default function MapChoose({ changeLocation, onConfirm, onClose, currentLocations, latlng, isPC, APIKEY, locationRange, customRange, setConfirmStatus, }: { changeLocation: any; onConfirm: any; onClose: any; currentLocations: any; latlng?: { lat: any; lng: any; }; isPC: any; APIKEY?: string; locationRange: any; customRange: any; setConfirmStatus: any; }): JSX.Element;