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