export { motion, createLayoutMotion, STOP_UPDATE, type LayoutMotionNamespace, type MotionProps, } from "./motion/index.js"; export * from "./animate-presence/index.js"; export * from "./motion-config/index.js"; export * from "./reorder/index.js"; export { default as LazyMotion } from "./lazy-motion/lazy-motion.svelte"; export * from "./motion/m.js"; export { mountedStates } from "../state/index.js";