import * as react_jsx_runtime from 'react/jsx-runtime';

type Props = {
    events: string[];
    listeners: Record<string, (...args: any[]) => any>;
};
declare function HandleEvents(props: Props): react_jsx_runtime.JSX.Element;

export { HandleEvents };
