import { InertiaOptions } from '../ImageMagnifier.types';
export declare function startInertia({ initialLeft, initialTop, velocity, setLeft, setTop, bounds, friction, minVelocity, onEnd, contextRef, }: InertiaOptions & {
    contextRef: React.MutableRefObject<any>;
}): void;
