import React from 'react';
export declare type RequestDownloadCardProps = {
    entityId: string;
    count: number;
};
export declare const REQUEST_DOWNLOAD_TITLE = "Requires Download Permission";
export declare const RequestDownloadCard: React.FunctionComponent<RequestDownloadCardProps>;
