import React from 'react'; import { UploadProps } from './type'; declare const UploadWithMode: React.FC; export default UploadWithMode;