import { Dict } from '../types'; /** * 获取元素上的 data 属性集 */ export declare function getElementDataProps(element: HTMLElement): Dict;