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