import { IPSChartCoordinateSystemCartesian2D } from './ipschart-coordinate-system-cartesian2-d'; import { IPSChartGrid } from './ipschart-grid'; import { PSDEChartCoordinateSystemImplBase } from './psdechart-coordinate-system-impl-base'; export declare class PSDEChartCoordinateSystemCartesian2DImpl extends PSDEChartCoordinateSystemImplBase implements IPSChartCoordinateSystemCartesian2D { protected pschartgrid: IPSChartGrid | null; getPSChartGrid(): IPSChartGrid | null; get psChartGrid(): IPSChartGrid | null; getPSChartGridMust(): IPSChartGrid; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdechart-coordinate-system-cartesian2-dimpl.d.ts.map