import { MouseEvent } from 'react'; export declare const stopPropagationClick: (e: MouseEvent) => void;