import * as i0 from '@angular/core'; import { Type } from '@angular/core'; import { TdSeriesDirective, ITdSeries, TdCoordinateSystem, ITdLabel, ITdItemStyle, ITdEmphasis, TdProgressiveChunkMode, TdSeriesLayoutBy, ITdMarkPoint, ITdMarkLine, ITdMarkArea } from '@covalent/echarts/base'; interface ITdBarSeries extends ITdSeries { legendHoverLink?: boolean; coordinateSystem?: TdCoordinateSystem; xAxisIndex?: number; yAxisIndex?: number; Label?: ITdLabel; itemStyle?: ITdItemStyle; emphasis?: ITdEmphasis; stack?: string; cursor?: string; barWidth?: number | string; barMaxWidth?: number | string; barMinHeight?: number; barGap?: string; barCategoryGap?: string; large?: boolean; largeThreshold?: number; progressive?: number; progressiveThreshold?: number; progressiveChunkMode?: TdProgressiveChunkMode; dimensions?: any[]; encode?: any; seriesLayoutBy?: TdSeriesLayoutBy; datasetIndex?: number; data?: any[]; markPoint?: ITdMarkPoint; markLine?: ITdMarkLine; markArea?: ITdMarkArea; Zlevel?: 0; z?: number; silent?: boolean; } declare class TdChartSeriesBarComponent extends TdSeriesDirective implements ITdBarSeries { coordinateSystem?: TdCoordinateSystem; xAxisIndex?: number; yAxisIndex?: number; legendHoverLink?: boolean; stack?: string; cursor?: string; label?: any; itemStyle?: ITdItemStyle; emphasis?: ITdEmphasis; barWidth?: number; barMaxWidth?: number; barMinHeight?: number; barGap?: string; barCategoryGap?: string; large?: boolean; largeThreshold?: number; progressive?: number; progressiveThreshold?: number; progressiveChunkMode?: TdProgressiveChunkMode; dimensions?: any[]; encode: any; seriesLayoutBy?: TdSeriesLayoutBy; datasetIndex?: number; markPoint?: ITdMarkPoint; markLine?: ITdMarkLine; markArea?: ITdMarkArea; zlevel?: number; z?: number; constructor(); getConfig(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare const BAR_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 CovalentBarEchartsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { BAR_MODULE_COMPONENTS, CovalentBarEchartsModule, TdChartSeriesBarComponent }; export type { ITdBarSeries };