import { XlsExporterService } from './xls-exporter.service';
import { Mime } from '../../mime';
import { SheetjsHelperService } from '../sheetjs-helper.service';
import * as i0 from "@angular/core";
export declare class XlsxExporterService extends XlsExporterService {
    constructor(sheetJsHelper: SheetjsHelperService);
    getMimeType(): Mime;
    static ɵfac: i0.ɵɵFactoryDeclaration<XlsxExporterService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<XlsxExporterService>;
}
