import { MutableRefObject } from "react"; /** * * @kind 07-Misc */ export declare const useRect: (ref: MutableRefObject) => DOMRect | null;