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