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