export type { MotionProps } from "./types.js"; export { createLayoutMotion, STOP_UPDATE, type LayoutMotionNamespace } from "./layout-motion.svelte"; import { motion } from "./instance.js"; export { motion }; export declare const Motion: import("svelte").Component, "asChild"> & import("../../index.js").MotionHTMLAttributes<"div">, {}, string>;