import { MotionValue } from 'motion-dom'; /** * 将多个motion值组合成一个新的motion值,使用模板字符串语法 * * ```vue * * * * * * ``` * * @public */ export declare function useMotionTemplate(fragments: TemplateStringsArray, ...values: Array): MotionValue;