import React from 'react'; export declare const SubmissionAttachmentsDrawer: ({ open, submissionId, onClose }: { onClose: any; open: any; submissionId: any; }) => React.JSX.Element; export default SubmissionAttachmentsDrawer; //# sourceMappingURL=SubmissionAttachmentsDrawer.d.ts.map