import React from 'react';
import { RouteComponentProps } from 'react-router-dom';
export declare type ShowDownloadProps = {
    to?: string;
};
/**
 * Nav toolbar UI to show how many files are in the Web-based Download List.
 *
 * @deprecated Moving to using the new Download List Services instead.  http://rest-docs.synapse.org/rest/#org.sagebionetworks.repo.web.controller.DownloadListController
 */
declare function ShowDownload({ to }: ShowDownloadProps & RouteComponentProps): JSX.Element;
declare const _default: React.ComponentClass<Pick<ShowDownloadProps & RouteComponentProps<{}, import("react-router").StaticContext, unknown>, "to">, any> & import("react-router").WithRouterStatics<typeof ShowDownload>;
export default _default;
