export default function useEventCallback(fn: Function): (...args: any[]) => any;