import type { Adaptor } from '../types'; /** * 根据图表类型新增一些高阶 Mark */ export declare function mark

(params: P): any;