import { RefObject } from 'react'; export declare function useSize(targetRef: RefObject): DOMRectReadOnly;