import { TxtOptions } from '../../options'; import { WorkSheet } from 'xlsx'; import { WorksheetExporter } from './worksheet-exporter'; import { Mime } from '../../mime'; import { SheetjsHelperService } from '../sheetjs-helper.service'; import * as i0 from "@angular/core"; export declare class CsvExporterService extends WorksheetExporter { constructor(sheetJsHelper: SheetjsHelperService); workSheetToContent(worksheet: WorkSheet, options?: TxtOptions): Promise; getMimeType(): Mime; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }