declare function direct(cb: (ev: Event, el: HTMLElement) => void): (ev: Event) => void;
export { direct };
