import { OnChanges } from '@angular/core'; import { ITdEdgeLabel, ITdEmphasis, ITdItemStyle, ITdLabel, ITdLineStyle, ITdMarkArea, ITdMarkLine, ITdMarkPoint, ITdSeries, TdChartOptionsService, TdCoordinateSystem, TdMarkPointSymbol, TdSeriesDirective } from '@covalent/echarts/base'; import * as i0 from "@angular/core"; export interface ITdClusteringSeries extends ITdSeries { clusterCount: number; showCentroids: boolean; animation?: boolean; animationDelay?: number | Function; animationDelayUpdate?: number | Function; animationDuration?: number | Function; animationDurationUpdate?: number | Function; animationEasing?: string; animationEasingUpdate?: string; animationThreshold?: number; bottom?: string | number; calendarIndex?: number; circular?: object; coordinateSystem?: TdCoordinateSystem; cursor?: string; edgeLabel?: ITdEdgeLabel; edges?: any[]; edgeSymbol?: any[] | string; edgeSymbolSize?: number; emphasis?: ITdEmphasis; focusNodeAdjacency?: boolean; geoIndex?: number; height?: string | number; hoverAnimation?: boolean; itemStyle?: ITdItemStyle; label?: ITdLabel; left?: string | number; legendHoverLink?: boolean; lineStyle?: ITdLineStyle; links?: any[]; markArea?: ITdMarkArea; markLine?: ITdMarkLine; markPoint?: ITdMarkPoint; nodes?: any[]; nodeScaleRatio?: boolean; polarIndex?: number; right?: string | number; silent?: boolean; symbol?: TdMarkPointSymbol | string; symbolKeepAspect?: boolean; symbolOffset?: any[]; symbolRotate?: number; symbolSize?: number | any[] | Function; top?: string | number; width?: string | number; xAxisIndex?: number; yAxisIndex?: number; z?: number; zlevel?: number; } export declare class TdChartSeriesClusteringComponent extends TdSeriesDirective implements ITdClusteringSeries, OnChanges { clusterCount: number; showCentroids: boolean; bottom?: string | number; calendarIndex?: number; circular?: object; coordinateSystem?: TdCoordinateSystem; cursor?: string; edgeLabel?: ITdEdgeLabel; edges?: any[]; edgeSymbol?: any[] | string; edgeSymbolSize?: number; emphasis?: ITdEmphasis; focusNodeAdjacency?: boolean; geoIndex?: number; height?: string | number; hoverAnimation?: boolean; itemStyle?: ITdItemStyle; label?: ITdLabel; left?: string | number; legendHoverLink?: boolean; lineStyle?: ITdLineStyle; links?: any[]; markArea?: ITdMarkArea; markLine?: ITdMarkLine; markPoint?: ITdMarkPoint; nodes?: any[]; nodeScaleRatio?: boolean; polarIndex?: number; right?: string | number; silent?: boolean; symbol?: TdMarkPointSymbol | string; symbolKeepAspect?: boolean; symbolOffset?: any[]; symbolRotate?: number; symbolSize?: number | any[] | Function; top?: string | number; width?: string | number; xAxisIndex?: number; yAxisIndex?: number; z?: number; zlevel?: number; originalData: any; constructor(_optionsService: TdChartOptionsService); ngOnChanges(): void; getConfig(): any; private setOptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }