import { TableFeature } from "@adapttable/react/adapter"; import { ExportCsvOptions } from "@adapttable/react/features"; //#region src/export.d.ts /** * CSV export of the current view, with MUI's own toolbar button. * * @public */ declare function exportCsv(options?: boolean | ExportCsvOptions): TableFeature; //#endregion export { type ExportCsvOptions, exportCsv }; //# sourceMappingURL=export.d.ts.map