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