import { RefObject } from 'react'; export declare const useElementSize: (ref: RefObject | null) => DOMRect | undefined;