import { MotionValue } from "../";
export declare const isMotionValue: (value: any) => value is MotionValue<any>;
