/** * `useStateAsMotion` returns a MotionValue that updates when the React state changes * * @param state - React state */ export declare const useStateAsMotion: (state: any) => import("framer-motion").MotionValue;