import { MouseEvent, TouchEvent } from 'react'; export declare const stopPropagation: (event: TouchEvent | MouseEvent | Event) => void; export declare function preventDefault(event: TouchEvent | MouseEvent | Event, isStopPropagation?: boolean): void;