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