import { Map, Marker } from 'leaflet';
export declare function findMarker(map: Map, condition: (marker: Marker) => boolean): Marker<any>[];
