import type { FC } from 'react';
import type { AttachmentsListProps } from './type';
declare const AttachmentsList: FC<AttachmentsListProps>;
export default AttachmentsList;
