/// import { AttachmentType } from '../types'; interface UploadBtnProps { type: AttachmentType; acceptType?: string[]; } declare const UploadBtn: React.FC; export default UploadBtn;