export type FileUploaderBasicLocale = {
    dropFilesToUpload: string;
    or: string;
    browseFiles: string;
    retry: string;
    cancel: string;
};
declare const locale: {
    dropFilesToUpload: string;
    or: string;
    browseFiles: string;
    retry: string;
    cancel: string;
};
export default locale;
