/// <reference types="react" /> export declare function useEventCallback<T>(callback: T): React.MutableRefObject<T>; //# sourceMappingURL=useEventCallback.d.ts.map