/** * @param {event} event event object */ export declare const preventEvent: (event: Event) => false | undefined; export default preventEvent;