/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { VisualElement } from '../../render/types'; import type { VisualState } from './use-visual-state'; import type { Ref } from '../types'; /** * Creates a ref function that, when called, hydrates the provided * external ref and VisualElement. */ declare function useMotionRef(visualState: VisualState, visualElement?: VisualElement | null, externalRef?: Ref): Ref; export { useMotionRef }; //# sourceMappingURL=use-motion-ref.d.ts.map