export declare const initData: { Xdata: string[]; Ydata: { name: string; data: number[]; }[]; }; export declare const initColors: string[];