import { LatLngExpression, Point } from "leaflet"; import { RefObject } from "react"; declare const useZoomAnimation: (placementPoint: Point, position: LatLngExpression, ref: RefObject) => any; export default useZoomAnimation;