import * as React from 'react'; import { ScrollView } from 'react-native'; import MDSwiperSlideBase from './swiper.slide.base'; export default class MDSwiperSlideIOS extends MDSwiperSlideBase { protected scrollView: React.RefObject; protected renderScrollView(): JSX.Element; protected solveContentOffset(e: any): any; protected onScrollEnd(e: any): void; protected onBeginDrag(): void; protected translate(index: number, animated?: boolean): void; }