type Callback = (...args: any[]) => any; export declare function useEventCallback(callback: T | undefined): T; export {};