import VNode from '../VNode';
export declare const isPropagationStopped: {
    [key: string]: boolean;
};
export default function stopPropagation(node: VNode, eventType: string): void;
