import { DragNDropFieldPropLocale } from './types'; export declare const formatFileSize: (sizeInBytes: number, locale: Required) => string | undefined;