import * as i0 from '@angular/core'; import { Type } from '@angular/core'; import { TdSeriesDirective, ITdSeries, TdCoordinateSystem, TdMarkPointSymbol, ITdLabel, ITdEmphasis, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea, ITdItemStyle } from '@covalent/echarts/base'; interface ITdScatterSeries extends ITdSeries { coordinateSystem?: TdCoordinateSystem; xAxisIndex?: number; yAxisIndex?: number; polarIndex?: number; geoIndex?: number; calendarIndex?: number; hoverAnimation?: boolean; legendHoverLink?: boolean; symbol?: TdMarkPointSymbol | string; symbolSize?: number | any[] | Function; symbolRotate?: number; symbolKeepAspect?: boolean; symbolOffset?: any[]; large?: boolean; largeThreshold?: number; cursor?: string; connectNulls?: boolean; clipOverflow?: boolean; step?: boolean; label?: ITdLabel; itemStyle?: any; emphasis?: ITdEmphasis; progressive?: number; progressiveThreshold?: number; dimensions?: any[]; encode?: any; seriesLayoutBy?: TdSeriesLayoutBy; datasetIndex?: number; data?: any[]; markPoint?: ITdMarkPoint; markLine?: ITdMarkLine; markArea?: ITdMarkArea; zlevel?: number; z?: number; silent?: boolean; } declare class TdChartSeriesScatterComponent extends TdSeriesDirective implements ITdScatterSeries { coordinateSystem?: TdCoordinateSystem; xAxisIndex?: number; yAxisIndex?: number; polarIndex?: number; geoIndex?: number; calendarIndex?: number; hoverAnimation?: boolean; legendHoverLink?: boolean; symbol?: TdMarkPointSymbol | string; symbolSize?: number | any[] | Function; symbolRotate?: number; symbolKeepAspect?: boolean; symbolOffset?: any[]; large?: boolean; largeThreshold?: number; cursor?: string; label?: ITdLabel; itemStyle?: ITdItemStyle; emphasis?: ITdEmphasis; progressive?: number; progressiveThreshold?: number; dimensions?: any[]; encode?: any; seriesLayoutBy?: TdSeriesLayoutBy; datasetIndex?: number; markPoint?: ITdMarkPoint; markLine?: ITdMarkLine; markArea?: ITdMarkArea; zlevel?: number; z?: number; silent?: boolean; constructor(); getConfig(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare const SCATTER_MODULE_COMPONENTS: Type[]; /** * @deprecated This module is deprecated and will be removed in future versions. * Please migrate to using standalone components as soon as possible. */ declare class CovalentScatterEchartsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { CovalentScatterEchartsModule, SCATTER_MODULE_COMPONENTS, TdChartSeriesScatterComponent }; export type { ITdScatterSeries };