/** * * @param el dom元素 * @returns 最近的父节点 */ declare const findNearestParentElement: (el: any) => any; export { findNearestParentElement };