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