import { SyntheticEvent } from 'react';
export declare function stopPrevent<Event extends SyntheticEvent<any>>(callback: (event: Event) => void): (event: Event) => void;
