import type { TextStyle } from 'react-native'; export interface AnimatedNumberProps { value: number; duration?: number; prefix?: string; suffix?: string; decimals?: number; style?: TextStyle; }