interface Props {
    setFile: (file: File) => void;
    onEnterDataManually?: () => void;
}
export default function FileUploader({ setFile, onEnterDataManually }: Props): any;
export {};
//# sourceMappingURL=FileUploader.d.ts.map