/// <reference types="react" />
export declare type ShowDownloadV2Props = {
    to: string;
    className?: string;
};
/**
 * Nav bar item, displayed when files have been added to the Download Cart.
 * This must be configured with the URL of a page dedicated to showing the Download Cart.
 */
declare function ShowDownloadV2({ to, className }: ShowDownloadV2Props): JSX.Element;
export default ShowDownloadV2;
