import React from 'react'; import { SwiperProps } from 'react-native-web-swiper'; export declare type ViewPagerProps = SwiperProps; export declare const ViewPager: React.FC;