import { FC } from 'react'; interface DraggerProps { onFile: (files: FileList) => void; } export declare const Dragger: FC; export default Dragger;