import { UDynamicCompProps } from '../types';
export default function handleEvents(this: UDynamicCompProps): {
    newEvents: Record<string, any>;
};
