import { t as BlobExporter } from "./exporter-zK7PhTrL.js"; //#region src/exporters/excelExporter.d.ts declare class ExcelExporter implements BlobExporter { readonly type = "xlsx"; readonly fileEnding = "xlsx"; exportToBlob(columns: (string | number | Date)[], rows: (string | number | Date)[][]): Blob; } //#endregion export { ExcelExporter as default }; //# sourceMappingURL=excelExporter.d.ts.map