/// /** * @see {@link https://malkiii.github.io/react-pre-hooks/docs/hooks/useRect | useRect} hook. */ export declare const useRect: (ref?: React.RefObject | null) => { ref: import("react").RefObject; rect: DOMRect | undefined; };