import { ExportOptions, ExportSingleFile } from '../../../../types/files'; import { ActiveTable } from '../../../../activeTable'; export declare class FileExportEvents { static export(at: ActiveTable, options?: ExportSingleFile): void; static setEvents(at: ActiveTable, buttonElement: HTMLElement, options?: ExportOptions): void; } //# sourceMappingURL=fileExportEvents.d.ts.map