import { MotionValue } from "framer-motion"; /** * `useMotionAsState` returns a React state that updates when the MotionValue changes * * @param motionValue - MotionValue */ export declare const useMotionAsState: (motionValue: MotionValue) => undefined;