import { FC } from 'react'; interface Props { onUpload: (data: any, file: any) => Promise; } export declare const ImageUpload: FC; export {};