import { ElementRef } from '@angular/core'; import { HttpClient } from '@angular/common/http'; export declare class FileHttpDownloadDirective { private el; private http; url: string; payload: any; baseUrl: string; title: string; constructor(el: ElementRef, http: HttpClient); onClick(): void; }