import { Animated, ViewProps } from 'react-native'; export declare type RLottieViewProps = ViewProps & { src: string; /** * @default false */ isAutoPlay?: boolean; progress?: number | Animated.Value | Animated.AnimatedInterpolation; }; declare const RLottieView: any; export default RLottieView;