import * as i0 from '@angular/core'; import { Type } from '@angular/core'; import { TdSeriesDirective, ITdSeries, ITdShadow, TdCoordinateSystem, TdMarkPointSymbol, ITdLabel, ITdItemStyle, ITdLineStyle, ITdAreaStyle, ITdEmphasis, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea } from '@covalent/echarts/base'; type TdSampling = 'average' | 'max' | 'min' | 'sum'; interface ITdLineSeries extends ITdSeries, ITdShadow { coordinateSystem?: TdCoordinateSystem; xAxisIndex?: number; yAxisIndex?: number; polarIndex?: number; symbol?: TdMarkPointSymbol | string; symbolSize?: number | any[] | Function; symbolRotate?: number; symbolKeepAspect?: boolean; symbolOffset?: any[]; showSymbol?: boolean; showAllSymbol?: boolean | 'auto'; hoverAnimation?: boolean; legendHoverLink?: boolean; stack?: string; cursor?: string; connectNulls?: boolean; clipOverflow?: boolean; step?: string | boolean; label?: ITdLabel; itemStyle?: ITdItemStyle; lineStyle?: ITdLineStyle; width?: number; opacity?: number; areaStyle?: ITdAreaStyle; emphasis?: ITdEmphasis; smooth?: boolean | number; smoothMonotone?: string; sampling?: TdSampling; dimensions?: any[]; encode?: any; seriesLayoutBy?: TdSeriesLayoutBy; datasetIndex?: number; data?: any[]; markPoint?: ITdMarkPoint; markLine?: ITdMarkLine; markArea?: ITdMarkArea; zlevel?: number; z?: number; silent?: boolean; } declare class TdChartSeriesLineComponent extends TdSeriesDirective implements ITdLineSeries { coordinateSystem?: TdCoordinateSystem; xAxisIndex?: number; yAxisIndex?: number; polarIndex?: number; symbol?: TdMarkPointSymbol | string; symbolSize?: number | any[] | Function; symbolRotate?: number; symbolKeepAspect?: boolean; symbolOffset?: any[]; showSymbol?: boolean; showAllSymbol?: boolean; hoverAnimation?: boolean; legendHoverLink?: boolean; stack?: string; cursor?: string; connectNulls?: boolean; clipOverflow?: boolean; step?: string | boolean; label?: ITdLabel; itemStyle?: ITdItemStyle; lineStyle?: ITdLineStyle; areaStyle?: ITdAreaStyle; emphasis?: ITdEmphasis; smooth?: boolean | number; smoothMonotone?: string; sampling?: TdSampling; 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 LINE_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 CovalentLineEchartsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { CovalentLineEchartsModule, LINE_MODULE_COMPONENTS, TdChartSeriesLineComponent }; export type { ITdLineSeries, TdSampling };