export type DownloadConfirmationUIProps = {
    onAddToDownloadCart: () => void;
    fileCount?: number;
    fileSize?: number;
    onCancel: () => void;
    isLoadingStats?: boolean;
    isAddingToDownloadCart?: boolean;
};
/**
 * This component is used to display the download confirmation dialog that presents to a user the number of files and the
 * total size of the files they are about to add to their download list.
 */
export declare function DownloadConfirmationUI(props: DownloadConfirmationUIProps): import("react/jsx-runtime").JSX.Element;
export default DownloadConfirmationUI;
//# sourceMappingURL=DownloadConfirmationUI.d.ts.map