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<TxtOptions> {
    constructor(sheetJsHelper: SheetjsHelperService);
    workSheetToContent(worksheet: WorkSheet, options?: TxtOptions): Promise<any>;
    getMimeType(): Mime;
    static ɵfac: i0.ɵɵFactoryDeclaration<CsvExporterService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CsvExporterService>;
}
