export declare class UploadProgressToasterLocalization { title: (settled: number, total: number) => string; failed: (count: number) => string; }