import React, { ReactNode } from 'react'; import { Animated, ViewProps } from 'react-native'; interface Props extends ViewProps { visibility?: 0 | 1 | Animated.AnimatedInterpolation; index: number; } declare class BottomNavigationRouteScreen extends React.Component { render(): ReactNode; } declare const _default: Animated.AnimatedComponent; export default _default; //# sourceMappingURL=BottomNavigationRouteScreen.d.ts.map