/// <reference types="react" />
import { DownloadListTableProps } from '../download_list_v2/DownloadListTable';
/**
 * Table of the files added to the Download Cart that are currently available for download.
 * Note that this creates it's own QueryClient, so it's cache does not persist if you remount.
 */
export default function AvailableForDownloadTable(props: DownloadListTableProps): JSX.Element;
