import React from 'react';
import { RefreshControlProps } from 'react-native';
export default function PullToRefreshControl(props: RefreshControlProps): React.JSX.Element;
