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