import { Injector } from '@angular/core';
import { Options } from '../options';
import { ExportType } from './../export-type';
import { Exporter } from './exporters/exporter';
import * as i0 from "@angular/core";
export declare class ServiceLocatorService {
    private injector;
    constructor(injector: Injector);
    getService(exportType: ExportType | 'xls' | 'xlsx' | 'csv' | 'txt' | 'json' | 'other', customExporter?: Exporter<Options>): Exporter<Options>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ServiceLocatorService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ServiceLocatorService>;
}
