export declare const useClickAnywhere: (cb: () => void, windowProxy?: Window) => (dom: HTMLElement | null) => void;