import { type RefObject } from 'react'; export declare function useOuterClick(targets: Array>, callback: (e: MouseEvent) => void): void;