import { Element } from '@antv/g2'; /** * 获取当前事件相关的图表元素 * @param context 交互的上下文 * @ignore */ export declare function getCurrentElement(context: any): Element | undefined;