/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { MotionValue } from '../index.js'; import type { CustomValueType } from '../../types.js'; /** * If the provided value is a MotionValue, this returns the actual value, otherwise just the value itself * * TODO: Remove and move to library * * @internal */ declare function resolveMotionValue(value?: string | number | CustomValueType | MotionValue): string | number; export { resolveMotionValue }; //# sourceMappingURL=resolve-motion-value.d.ts.map