import type { RefObject } from "react"; export declare const useMeasuredHeight: (ref: RefObject) => { height: number | undefined; };