import { UploadingFileValidationOptions } from "../components"; export declare const isValidFile: (file: File, { imageWidth, minWidth, maxWidth, imageHeight, minHeight, maxHeight, minSize, maxSize, }: UploadingFileValidationOptions) => Promise; //# sourceMappingURL=is-valid-file.d.ts.map