import * as React from 'react'; import { PullToRefreshPropsType } from '../PropsType'; declare const PullToRefresh: React.FC; export default PullToRefresh;