import { GeoPlacesClient } from "@aws-sdk/client-geo-places"; import { AddListenerResponse, MigrationLatLngBounds } from "../common"; export declare class MigrationSearchBox { #private; _client: GeoPlacesClient; constructor(inputField: HTMLInputElement, opts?: any); getBounds(): MigrationLatLngBounds; setBounds(bounds: any): void; getPlaces(): any; addListener(eventName: any, handler: any, listenerType?: string): AddListenerResponse; _getMaplibreGeocoder(): any; _setMapLibreGeocoder(geocoder: any): void; }