import "leaflet/dist/leaflet.css"; import { ILocationPickerProps } from "./types"; export declare const LocationPicker: ({ id, className, mapPanZoom, panelInputMode, showLocationModal, selectedLocationCoord, interactiveMapPinIconUrl, getCurrentLocation, locationAvailable, gettingCurrentLocation, onMapCenterChange, mapBannerText, disableSelectionFromMap, disableSelectedLocationMarker, selectablePins, pinsOnlyIndicateCurrentLocation, currentLocation, legendItems, defaultAddress, }: ILocationPickerProps) => import("react/jsx-runtime").JSX.Element;