import React, { ReactElement } from 'react'; import { IViewPagerProps } from './type'; export declare const PagerView: React.MemoExoticComponent<({ children, initialPage, ...rest }: IViewPagerProps) => ReactElement>;