import Attachments from './Attachments';
import type { AttachmentsProps } from './AttachmentsTypes';
import { AllowedFileTypes } from './AttachmentsTypes';
export { Attachments };
export type { AttachmentsProps, AllowedFileTypes };
