import type { SimpleAnimationMetadata } from '../../core'; export declare const useAnimation: (metadata: SimpleAnimationMetadata | SimpleAnimationMetadata[]) => import("react-native").Animated.WithAnimatedValue | null;