import { AvailableFilter } from '@sage-bionetworks/synapse-types';
export declare const TESTING_TRASH_BTN_CLASS = "TESTING_TRASH_BTN_CLASS";
export default function DownloadListTable({ filter, }: {
    filter?: AvailableFilter;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DownloadListTable.d.ts.map