import { MotionComponent, MotionProps } from './motion.types.mjs';
import '@yamada-ui/core';
import '@yamada-ui/utils';
import 'motion/react';
import 'react';

/**
 * `Motion` is a component that allows for the easy implementation of a wide variety of animations.
 *
 * @see Docs https://yamada-ui.com/components/other/motion
 */
declare const Motion: MotionComponent<"div", MotionProps>;

export { Motion };
