/** * 针对预测值图表需求,图表需要进行特殊处理 */ export declare function handlePredict(option: any, predict: any, tipHtml: any, lineStyle: any): void;