import { FileUploadProps } from './types'; export declare const getErrorCode: (file: File, props: FileUploadProps) => number;