import { MotionStyle } from "../../motion/types";
import { VisualElement } from "../types";
export declare function updateMotionValuesFromProps(element: VisualElement, next: MotionStyle, prev: MotionStyle): MotionStyle;
