import * as i0 from "@angular/core";
import * as i1 from "./sankey.component";
import * as i2 from "./nodes.directive";
import * as i3 from "./links.directive";
import * as i4 from "@angular/common";
/**
 * NgModule definition for the Sankey component.
 */
export declare class SankeyModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<SankeyModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyModule, [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective], [typeof i4.CommonModule], [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<SankeyModule>;
}
