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