import type { ViewStyle } from 'react-native'; export declare type MotionAnimationKey = Partial | 'scale'; export declare const MOTION_ANIMATIONS: MotionAnimationKey[];