export default useEventLogging; declare function useEventLogging(): (tag: any, event: any, constructLogFn?: any) => void;