/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { MotionContextProps } from "."; import type { MotionProps } from "../../motion/types"; declare function getCurrentTreeVariants(props: MotionProps, context: MotionContextProps): MotionContextProps; export { getCurrentTreeVariants }; //# sourceMappingURL=utils.d.ts.map