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