import { type EnhancedComponent } from '../../utils'; import _Motion from './motion.vue'; export declare const Motion: EnhancedComponent; export default Motion; export type { MotionProps, MotionSlots, MotionEmits, MotionHookName, MotionName } from './common'; export * from './useMotioning';