export default PieChart; declare class PieChart extends Component { constructor(props: any); CHART_DATA: import("../../viewEngin/pview.model").IObject; CHART_OPTIONS: import("../../viewEngin/pview.model").IObject; CHART_CONST: import("../../viewEngin/pview.model").IObject; padding: number; firstRender: boolean; childObj: {}; legendBoxType: any; legendBoxFloat: any; minWidth: any; minHeight: any; init(): void; initDataSet(): void; afterMount(): void; getStyle(): string; prepareDataSet(): void; updateTooltip(originPoint: any, pointData: any): void; hideTip(): void; getLegendData(): any; onLegendHover(index: any): void; onLegendLeave(index: any): void; onLegendClick(index: any): void; calcPieDimensions(): void; pieAreaWidth: number; pieAreaHeight: number; } import { Component } from "../../viewEngin/pview";