/** stop an event from bubbling up further in the dom */
export declare function stop<E extends Event>(fun: (event: E) => void): (event: E) => void;
