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