import { MotionValue } from "."; export declare function useCombineMotionValues(values: MotionValue[], combineValues: () => R): MotionValue;