/// <reference types="react" />
import { FilesStatisticsResponse } from '../../utils/synapseTypes/DownloadListV2/QueryResponseDetails';
export declare const TESTING_TRASH_BTN_CLASS = "TESTING_TRASH_BTN_CLASS";
export declare const TESTING_CLEAR_BTN_CLASS = "TESTING_CLEAR_BTN_CLASS";
export declare type DownloadListTableProps = {
    filesStatistics: FilesStatisticsResponse;
    refetchStatistics: () => Promise<any>;
};
export default function DownloadListTable(props: DownloadListTableProps): JSX.Element;
