import { Feature } from '../../../feature'; import { OverlayService } from '../../../overlay'; import { DataSourceService } from '../../../datasource'; import { LayerService } from '../../../layer'; import { MapService } from '../../../map'; export declare class SearchResultsToolComponent { private overlayService; private mapService; private layerService; private dataSourceService; constructor(overlayService: OverlayService, mapService: MapService, layerService: LayerService, dataSourceService: DataSourceService); handleFeatureFocus(feature: Feature): void; handleFeatureSelect(feature: Feature): void; }