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

interface Factory extends MotionFactory, MotionComponents {
}
/**
 * `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: Factory;

export { motion };
