export declare function useWindowRect(element: typeof window | null): import("../..").ClientRect | null;
