import { MutableRefObject } from 'react'; export declare const useMeasure: (ref: MutableRefObject) => ClientRect | null;