import { MotionContextProps } from ".";
import { MotionProps } from "../../motion/types";
export declare function getCurrentTreeVariants(props: MotionProps, context: MotionContextProps): MotionContextProps;
