import * as i0 from "@angular/core";
export declare class FileSaverService {
    private _global;
    private isMacOSWebView;
    constructor();
    bom(blob: any, opts: any): any;
    download(url: any, name: any, opts: any): void;
    corsEnabled(url: any): boolean;
    click(node: any): void;
    saveAs: any;
    static ɵfac: i0.ɵɵFactoryDeclaration<FileSaverService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<FileSaverService>;
}
