/** * cancels any animation of the given view * * @param {import("ol/View").default} view - The OpenLayers view object whose animations need to be canceled. */ export default function cancelAnimation(view: import("ol/View").default): void; //# sourceMappingURL=cancel-animation.d.ts.map