import React from 'react'; import type { ProUploadType } from './propsType'; declare const ProUpload: React.FC; export default ProUpload;