export declare function useElementRect(): {
    ref: import("react").RefObject<HTMLElement | null>;
    rect: DOMRect | null;
};
