import { ElementDatum } from '../types'; /** * 获取元素的 zIndex * Get the zIndex of the element * @param datum - 元素数据 | element data * @returns - zIndex | zIndex */ export declare function getZIndexOf(datum: ElementDatum): number;