import type { UploadManagerProps } from './UploadManager.types';
/**
 * Component used to display a list of files
 */
declare const UploadManager: ({ title, subTitle, files, onClose, onCancel, onRetry, }: UploadManagerProps) => import("react/jsx-runtime").JSX.Element;
export default UploadManager;
