import * as React from "react"; export declare const useOnClickOutside: (ref: React.RefObject | React.RefObject[], handler: () => void) => void;