import type { MotionValue } from "framer-motion/dom"; /** * Combine multiple motion values into a new one using a string template literal. * * ```svelte * * * * ``` * * @public */ export declare function useMotionTemplate(fragments: TemplateStringsArray, ...values: Array): MotionValue;