import React from 'react';
import { PullToRefreshFooterProps } from '../types';
export default function DefaultPullToRefreshFooter(props: PullToRefreshFooterProps): React.JSX.Element;
