///
/**
* Prevent the event's behavior, including default events and bubbling.
*/
export declare const stopEvent: (evt: React.SyntheticEvent) => void;
/**
* Mocking the event behavior for `defaultPrevented`.
* @ref https://developer.mozilla.org/zh-CN/docs/Web/API/Event/preventDefault
*/
export declare function mockDefaultHandlers>(...handlers: (T | undefined)[]): (event: React.SyntheticEvent) => void;
//# sourceMappingURL=event.d.ts.map