/** * Downloads a file with the given content and filename * * @private utility of `` component */ export declare function downloadFile(content: string, filename: string, mimeType: string): void;