import { EventHandler } from 'react';
export declare function onEvent(callback?: (e: any) => void, handler?: EventHandler<any>): (e: any) => void;
