import { Column, Data } from '../common'; export declare const exportToExcel: (data: Data, columns: Column[], fileName: string) => Promise;