import { MotionValue } from 'framer-motion/dom';
export declare function isMotionValue(value: any): value is MotionValue;
