import { ChartsDataType, DashStyle, ChartsColor, HatchDirection, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; import { Format } from 'devextreme/common/core/localization'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiPieChartSeriesComponent extends CollectionNestedOption { get argumentField(): string; set argumentField(value: string); get argumentType(): ChartsDataType | undefined; set argumentType(value: ChartsDataType | undefined); get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get hoverMode(): PieChartSeriesInteractionMode; set hoverMode(value: PieChartSeriesInteractionMode); get hoverStyle(): { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; }; set hoverStyle(value: { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; }); get label(): { argumentFormat?: Format | undefined; backgroundColor?: string | undefined; border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; connector?: { color?: string | undefined; visible?: boolean; width?: number; }; customizeText?: ((pointInfo: any) => string); displayFormat?: string | undefined; font?: Font; format?: Format | undefined; position?: LabelPosition; radialOffset?: number; rotationAngle?: number; textOverflow?: TextOverflow; visible?: boolean; wordWrap?: WordWrap; }; set label(value: { argumentFormat?: Format | undefined; backgroundColor?: string | undefined; border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; connector?: { color?: string | undefined; visible?: boolean; width?: number; }; customizeText?: ((pointInfo: any) => string); displayFormat?: string | undefined; font?: Font; format?: Format | undefined; position?: LabelPosition; radialOffset?: number; rotationAngle?: number; textOverflow?: TextOverflow; visible?: boolean; wordWrap?: WordWrap; }); get maxLabelCount(): number | undefined; set maxLabelCount(value: number | undefined); get minSegmentSize(): number | undefined; set minSegmentSize(value: number | undefined); get name(): string | undefined; set name(value: string | undefined); get selectionMode(): PieChartSeriesInteractionMode; set selectionMode(value: PieChartSeriesInteractionMode); get selectionStyle(): { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; }; set selectionStyle(value: { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; }); get smallValuesGrouping(): { groupName?: string; mode?: SmallValuesGroupingMode; threshold?: number | undefined; topCount?: number | undefined; }; set smallValuesGrouping(value: { groupName?: string; mode?: SmallValuesGroupingMode; threshold?: number | undefined; topCount?: number | undefined; }); get tag(): any | undefined; set tag(value: any | undefined); get tagField(): string; set tagField(value: string); get valueField(): string; set valueField(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiPieChartSeriesModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }