import { ActiveTable } from '../../../../activeTable'; import { FileFormat } from '../../../../types/files'; import * as xlsx from '../../../../types/xlsx'; export declare class SheetJSExport { private static getFileName; static export(at: ActiveTable, format: FileFormat, fileName: string | undefined, xlsxModule: typeof xlsx): void; } //# sourceMappingURL=SheetJSExport.d.ts.map