import { PSControlObjectImpl } from '../pscontrol-object-impl'; import { IPSDEChartSeriesEncode } from './ipsdechart-series-encode'; export declare class PSDEChartSeriesEncodeImplBase extends PSControlObjectImpl implements IPSDEChartSeriesEncode { get index(): number; get itemId(): string; get itemName(): string; get type(): 'XY' | 'POLAR' | 'RADAR' | 'PARALLEL' | 'SINGLE' | 'CALENDAR' | 'MAP' | 'NONE'; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdechart-series-encode-impl-base.d.ts.map