import * as react_jsx_runtime from 'react/jsx-runtime'; type Props = { events: string[]; listeners: Record any>; }; declare function HandleEvents(props: Props): react_jsx_runtime.JSX.Element; export { HandleEvents };