import { Animated } from 'react-native'; export declare const Image: Animated.AnimatedComponent; export declare const Text: Animated.AnimatedComponent; export declare const View: Animated.AnimatedComponent; export declare const ScrollView: Animated.AnimatedComponent; export * from './scroll/animated-flat-list.component';