import { IWidgetModel } from '@shujujiang/core/widget/widgetmodel'; import { ECWidget } from '../../echarts/ecwidget'; export declare class PolarColumnChart extends ECWidget { composeOption(option: IWidgetModel): any; protected _calcNBNXNY(data: any): string; }