import { type MotionValue } from "motion-dom"; export declare function useComputed(computed: () => T): MotionValue;