import type { ElementDatum } from '../types'; /** * 获取元素的状态 * * Get the state of the element * @param datum - 元素数据 Element data * @returns 状态列表 State list */ export declare function statesOf(datum: ElementDatum): string[];