import { RefObject } from "react"; export default function (ref: RefObject, handler: (event: MouseEvent) => void): void;