import type { RefObject } from 'react'; declare const useOutsideClick: (ref: RefObject, handler: VoidFunction) => void; export { useOutsideClick };