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