import { Export } from './export-injectiontoken';
import * as i0 from "@angular/core";
export declare class TabularDataExportService extends Export {
    constructor();
    readonly key = "tabular-data";
    init(): Promise<void>;
    static ɵfac: i0.ɵɵFactoryDeclaration<TabularDataExportService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TabularDataExportService>;
}
