import { MarkerProps } from '../Types'; import { ReactElement } from 'react'; interface geoHashAnimation { prevMarkers: Array>; markers: Array>; } export default function geohashAnimation({ prevMarkers, markers, }: geoHashAnimation): { zoomType: string | null; markers: ReactElement>[]; }; export {}; //# sourceMappingURL=geohash.d.ts.map