import { SupportedLanguage, ByCountryCodeOptions } from '@geoapify/geocoder-autocomplete'; export interface OSMAddressFieldProps { apiKey: string; language?: SupportedLanguage; regions?: ByCountryCodeOptions; value?: string; eventEmitter: (id: number | string, actionMeta?: any) => void; placeholder?: string; debounce?: number; }