import type { PresenceContext, usePresence as useFramerPresence } from 'framer-motion'; import type { TransformsStyle } from 'react-native'; import type { MotiProps } from './types'; export declare function useMotify({ animate: animateProp, from: fromProp, transition: transitionProp, exitTransition: exitTransitionProp, delay: defaultDelay, state, stylePriority, onDidAnimate, exit: exitProp, animateInitialState, usePresenceValue, presenceContext, }: MotiProps & { presenceContext?: Pick>, 'custom' | 'initial'> | null; usePresenceValue?: ReturnType; }): { style: { transform: TransformsStyle["transform"]; }; }; //# sourceMappingURL=use-motify.d.ts.map