export declare function useDownload(): {
    downloadFile: (data: BlobPart, filename: string, mimeType: string) => void;
};
