export declare function useEventCallback(fn: (...args: Args) => R): (...args: Args) => R;