export interface AnyEvent { stopPropagation: () => void; } export declare function stopPropagation(cb: () => void): (event: AnyEvent) => void;