import React from 'react';
import { DownloadScreenLoadingProps } from './types';
/**
 * Reloads the current page.
 *
 * @param {none} none - no parameters required
 * @return {void} no return value
 */
declare const DownloadScreenLoading: React.FC<DownloadScreenLoadingProps>;
export default DownloadScreenLoading;
