import { IPSChartCoordinateSystemParallel } from './ipschart-coordinate-system-parallel'; import { IPSChartParallel } from './ipschart-parallel'; import { PSDEChartCoordinateSystemImplBase } from './psdechart-coordinate-system-impl-base'; export declare class PSDEChartCoordinateSystemParallelImpl extends PSDEChartCoordinateSystemImplBase implements IPSChartCoordinateSystemParallel { protected pschartparallel: IPSChartParallel | null; getPSChartParallel(): IPSChartParallel | null; get psChartParallel(): IPSChartParallel | null; getPSChartParallelMust(): IPSChartParallel; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdechart-coordinate-system-parallel-impl.d.ts.map