import { LegacyRef } from 'react';
export declare function useClientRect<E extends Element>(): [DOMRect | null, LegacyRef<E> | undefined];
