import { PSControlObjectImpl } from '../pscontrol-object-impl'; import { IPSChartCoordinateSystem } from './ipschart-coordinate-system'; import { IPSChartCoordinateSystemControl } from './ipschart-coordinate-system-control'; export declare class PSDEChartCoordinateSystemControlImplBase extends PSControlObjectImpl implements IPSChartCoordinateSystemControl { get baseOptionJOString(): string; get index(): number; protected pschartcoordinatesystem: IPSChartCoordinateSystem | null; getPSChartCoordinateSystem(): IPSChartCoordinateSystem | null; get psChartCoordinateSystem(): IPSChartCoordinateSystem | null; getPSChartCoordinateSystemMust(): IPSChartCoordinateSystem; get type(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdechart-coordinate-system-control-impl-base.d.ts.map