import React from 'react'; declare const FileUploader: ({ handleFile, className }: any) => React.JSX.Element; export { FileUploader };