import type { Ref } from 'vue';
import type { TRSEvents } from './../types';
export default function useEventHandler(trsEvents: Ref<Array<TRSEvents>>, uiSchema: any, eventHandlers: any, allRefs?: any): (config: any, ...item: any) => any;
