import './Attachments.scss';
import type { AttachmentsProps } from './AttachmentsTypes';
declare const Attachments: import("react").ForwardRefExoticComponent<AttachmentsProps & import("react").RefAttributes<HTMLDivElement>>;
export default Attachments;