/**
 * 触发元素事件
 */
export declare function trigger(el: HTMLElement, type: string): void;
