export declare class InMemoryFileService { static downloadBlob(blob: Blob, fileName: string): void; static downloadContent(content: any, type: string, fileName: string): void; static downloadCsvContent(rows: string[], fileName: string): void; static downloadSvgContent(element: HTMLElement, fileName: string): void; }