import type { ReactElement } from 'react'; import React from 'react'; export declare type PropagationEvent = 'click' | 'touchstart'; export declare function withStopPropagation(events: PropagationEvent[], element: ReactElement): ReactElement>;