import * as React from 'react';
export declare type DownloadCartPageProps = Record<string, never>;
/**
 * Show the Download Cart page.
 */
export declare const DownloadCartPage: React.FunctionComponent<DownloadCartPageProps>;
