import { IPSChartCoordinateSystemSingle } from './ipschart-coordinate-system-single'; import { IPSChartSingle } from './ipschart-single'; import { PSDEChartCoordinateSystemImplBase } from './psdechart-coordinate-system-impl-base'; export declare class PSDEChartCoordinateSystemSingleImpl extends PSDEChartCoordinateSystemImplBase implements IPSChartCoordinateSystemSingle { protected pschartsingle: IPSChartSingle | null; getPSChartSingle(): IPSChartSingle | null; get psChartSingle(): IPSChartSingle | null; getPSChartSingleMust(): IPSChartSingle; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdechart-coordinate-system-single-impl.d.ts.map