import { type FocusEventHandler, type FocusEvent } from 'react'; declare const usePopoverBlurCallback: (onBlur: FocusEventHandler) => (e: FocusEvent) => void; export default usePopoverBlurCallback; //# sourceMappingURL=usePopoverBlurCallback.d.ts.map