export declare function getElementXPath(el: Element | null, context?: Element): string; /** * 计算点击事件触发的 dom 在组件维度的 path * 最终得到如:/Root/App/Layout/ASpin/Dashboard * @param el Element */ export declare function getElementVPath(el: any): string;