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