import { Mime } from '../../mime'; import { Exporter } from './exporter'; import { Options } from '../../options'; import * as i0 from "@angular/core"; export declare abstract class FileExporter implements Exporter { constructor(); export(rows: Array, options?: T): void; abstract createContent(rows: Array, options?: T): Promise; abstract getMimeType(): Mime; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDeclaration>; }