import React from 'react'; interface UploadDrapProps { post: (filesList: FileList) => void; } export declare const UploadDrap: React.FC; export {};