import { SyntheticEvent } from 'react';
export declare function createEventProxy<T extends SyntheticEvent>(reactEvent: T): T;
