import * as React from 'react'; declare const _default: React.MemoExoticComponent<({ isUploading, isUploadPaused, uploadError, loadAttachmentUrlError, isLoadingAttachmentUrl, attachmentUrl, progress, }: { isUploading?: boolean; isUploadPaused?: boolean; uploadError?: Error; loadAttachmentUrlError?: Error; isLoadingAttachmentUrl?: boolean; attachmentUrl: string | null | undefined; progress: number | undefined; }) => import("react/jsx-runtime").JSX.Element>; export default _default;