export type DownloadIneligibleForPackagingFilesFromListButtonProps = {
    buttonText?: string;
    variant?: 'text' | 'outlined' | 'contained';
};
/**
 * Button component that downloads files from the user's download list that are ineligible for packaging.
 * Uses the infinite query hook to fetch all pages of download list items,
 * batches requests to get presigned URLs, and triggers browser downloads.
 */
export declare function DownloadIneligibleForPackagingFilesFromListButton(props: DownloadIneligibleForPackagingFilesFromListButtonProps): import("react/jsx-runtime").JSX.Element | null;
export default DownloadIneligibleForPackagingFilesFromListButton;
//# sourceMappingURL=DownloadIneligibleForPackagingFilesFromListButton.d.ts.map