import React from 'react'; import { PopoverProps, PopoverInnerRef } from '../type'; export declare const useEvent: (props: PopoverProps, wrapperRef: React.MutableRefObject, popoverInnerRef: React.MutableRefObject, visibleRef: React.MutableRefObject, onVisibleChange: (visible: boolean) => void, adjustVerticalDirection: () => void) => { popoverDisappear: () => void; mayRemoveEventListenerOnBody: () => void; startCloseTimer: () => void; mayAddEventOnBody: () => void; };