import { createAnimatedTracking, unmountAnimatedTracking, setSpeed } from "./mmt"; import { defaultDivIcon, imageDivIcon, innerHtmlDivIcon } from "./divIcon"; export declare const MapTrack: { defaultDivIcon: typeof defaultDivIcon; imageDivIcon: typeof imageDivIcon; innerHtmlDivIcon: typeof innerHtmlDivIcon; createAnimatedTracking: typeof createAnimatedTracking; unmountAnimatedTracking: typeof unmountAnimatedTracking; setSpeed: typeof setSpeed; }; export * from "./mmt"; export * from "./divIcon"; export * from "./carryIcon";