import { ILocationSearchProps } from "./types"; export declare const LocationSearch: ({ id, className, formValues, gettingCurrentLocation, showLocationModal, mustHavePostalCode, disableSearch, panelInputMode, selectedAddressInfo, mapPickedLatLng, mapApi, addressFieldPlaceholder, gettingCurrentLocationFetchMessage, locationListTitle, handleApiErrors, onGetLocationCallback, onChangeSelectedAddressInfo, onCancel, onConfirm, setSinglePanelMode, updateFormValues, restrictLocationSelection, selectablePins, searchBarIcon, bufferRadius, }: ILocationSearchProps) => import("react/jsx-runtime").JSX.Element;