/** * 设置图的方向 */ export declare function setDirection(baseOption: any, direction: any): void; /** * 配置默认的鼠标悬浮提示框 */ export declare function setTooltip(baseOpt: any): void;