interface HandlerOptionsProps { capture?: boolean; once?: boolean; passive?: boolean; } declare function useEventHandler(element: any, eventName: K, handler: (event: HTMLElementEventMap[K]) => any, condition?: boolean, options?: boolean | HandlerOptionsProps): null; export default useEventHandler; //# sourceMappingURL=useEventHandler.d.ts.map