/// import { View } from 'react-native'; interface AnimatedViewComplement extends View { getNode(): View; } export declare const AnimatedView: import("react").ComponentClass, any>; export type AnimatedView = typeof AnimatedView & AnimatedViewComplement; export {}; //# sourceMappingURL=View.d.ts.map