import React from 'react'; import { PullRefreshProps } from './PropsType'; declare const PullRefresh: React.FC; export default PullRefresh;