/** * 触发dom对象点击事件 * @param el dom对象 */ export declare function clickElement(el: HTMLElement): void;