export declare const handleDownloadToExcelFile: (data: any, filename: string) => void;
