import { LatLngExpression } from 'leaflet';
declare const AnimatedMarker: ({ coords }: {
    coords: LatLngExpression;
}) => any;
export default AnimatedMarker;
