/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { MotionValue } from '../index.js'; /** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ declare var isMotionValue: (value: any) => value is MotionValue; export { isMotionValue }; //# sourceMappingURL=is-motion-value.d.ts.map