export declare const STATUS_ICONS: {
    activeDownload: string;
    done: string;
    failed: string;
    pending: string;
};
