/** @codex-xmi-id a17e6073-b6e4-5f0c-b57c-007468514e46 */ export declare class AxisGrid { id?: number; uuid: string; circular: boolean; color: string; display: boolean; drawOnChartArea: boolean; drawTicks: boolean; lineWidth: number; offset: boolean; tickColor: string; tickLength: number; tickWidth: number; z: number; }