import React from 'react'; import './Attachments.css'; export declare const Attachments: ({ allowedExtensions, MAX_FILE_SIZE_MB, filePreview, setFilePreview, currentAttachments, setCurrentAttachments, attachmentTypes, attachmentType, setAttachmentType, attachmentProgress, setAttachmentProgress, previousAttachments, setPreviousAttachments }: { MAX_FILE_SIZE_MB: any; allowedExtensions: any; attachmentProgress: any; attachmentType: any; attachmentTypes: any; currentAttachments: any; filePreview: any; previousAttachments: any; setAttachmentProgress: any; setAttachmentType: any; setCurrentAttachments: any; setFilePreview: any; setPreviousAttachments: any; }) => React.JSX.Element; //# sourceMappingURL=Attachments.d.ts.map