import { TdChartOptionsService, ITdLabel, ITdItemStyle, ITdEmphasis, ITdSeries, TdSeriesDirective, ITdShadow, ITdLineCurveStyle } from '@covalent/echarts/base'; import * as i0 from "@angular/core"; export type TdSankeyOrient = 'horizontal' | 'vertical'; export type TdSankeyFocusNodeAdjacency = boolean | 'allEdges' | 'outEdges' | 'inEdges'; export interface ITdSankeyEmphasisLineStyle extends ITdShadow { color?: any; opacity?: number; curveness?: number; } export interface ITdSankeyEmphasis extends ITdEmphasis { lineStyle: ITdSankeyEmphasisLineStyle; } export interface ITdSankeySeries extends ITdSeries { zlevel?: number; z?: number; left?: string | number; top?: string | number; right?: string | number; bottom?: string | number; width?: string | number; height?: string | number; nodeWidth?: number; nodeGap?: number; layoutIterations?: number; orient?: TdSankeyOrient; draggable?: boolean; focusNodeAdjacency?: TdSankeyFocusNodeAdjacency; label?: ITdLabel; itemStyle?: ITdItemStyle; lineStyle?: ITdLineCurveStyle; emphasis?: ITdEmphasis; data?: any[]; nodes?: any[]; links?: any[]; edges?: any[]; silent?: boolean; } export declare class TdChartSeriesSankeyComponent extends TdSeriesDirective implements ITdSankeySeries { zlevel?: number; z?: number; left?: string | number; top?: string | number; right?: string | number; bottom?: string | number; width?: string | number; height?: string | number; nodeWidth?: number; nodeGap?: number; layoutIterations?: number; orient?: TdSankeyOrient; draggable?: boolean; focusNodeAdjacency?: TdSankeyFocusNodeAdjacency; label?: ITdLabel; itemStyle?: ITdItemStyle; lineStyle?: ITdLineCurveStyle; emphasis?: ITdEmphasis; nodes?: any[]; links?: any[]; edges?: any[]; silent?: boolean; constructor(_optionsService: TdChartOptionsService); getConfig(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }