import * as React from 'react'; import { FileUploadProps } from './types'; export declare const FileUpload: React.FC;