import { GetInfoFromFile } from '../../types'; export declare const downloadToDevice: (fileData?: GetInfoFromFile | File, name?: string) => void;