export declare function useEffectEvent

(fn: (...args: P) => R): (...funcArgs: P) => R;