import React from "react"; export default function useOnClickOutside( ref: React.RefObject, handler: (e?: MouseEvent | TouchEvent) => void ): void;