/// <reference types="react" />
export declare type DownloadListTableProps = {
    listUpdatedCallback?: VoidFunction;
    forceSamePage?: boolean;
    renderAsModal?: boolean;
    onHide?: () => void;
};
export declare const TESTING_TRASH_BTN_CLASS = "TESTING_TRASH_BTN_CLASS";
export declare const TESTING_CLEAR_BTN_CLASS = "TESTING_CLEAR_BTN_CLASS";
/**
 * Web-based download list.
 *
 * @deprecated Use the new Download List Services instead (that support the Download Cart).
 * http://rest-docs.synapse.org/rest/#org.sagebionetworks.repo.web.controller.DownloadListController
 */
export default function DownloadListTable(props: DownloadListTableProps): JSX.Element;
