import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./sankey.module";
export declare const SankeyLegendService: ValueProvider;
export declare const SankeyTooltipService: ValueProvider;
export declare const SankeyHighlightService: ValueProvider;
export declare const SankeyExportService: ValueProvider;
/**
 * NgModule definition for the Sankey component with providers.
 */
export declare class SankeyAllModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<SankeyAllModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyAllModule, never, [typeof i1.CommonModule, typeof i2.SankeyModule], [typeof i2.SankeyModule]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<SankeyAllModule>;
}
