import AttachmentsModal from './AttachmentsModal';
import type { AttachmentsModalProps } from './AttachmentsModalTypes';
export { AttachmentsModal };
export type { AttachmentsModalProps };
