import { MotionValue } from 'motion-v';
export declare const magneticOffset: {
    value: undefined | {
        x: MotionValue<number>;
        y: MotionValue<number>;
    };
};
