import type { MutableRefObject } from 'react'; export default function useClickOutside(ref: MutableRefObject, callback: () => void): void;