import { RefObject } from 'react'; type UseClickOutside = (callback: EventListener) => RefObject; export { UseClickOutside };