import { RefObject } from "react"; export declare const useBoundingBox: (ref: RefObject) => DOMRectReadOnly | undefined;