import { type RefObject } from 'react'; declare function useOutsideHandler(action: VoidFunction): RefObject; export default useOutsideHandler;