/// export declare function useElementSize(): readonly [import("react").RefObject, { width: number; height: number; }];