export declare const commonOptions: { grid: { top: number; left: number; right: number; bottom: number; }; tooltip: { trigger: string; axisPointer: { type: string; }; backgroundColor: string; textStyle: { fontSize: number; }; }; };