import type React from 'react'; export declare const onClickHandlerForNonInteractiveElements: (onClickHandler: React.MouseEventHandler & React.KeyboardEventHandler) => { role: string; tabIndex: string; onClick: React.MouseEventHandler & React.KeyboardEventHandler; onKeyPress: (event: React.KeyboardEvent) => void; }; export default onClickHandlerForNonInteractiveElements;