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; }