import type { ClientRect } from '../../types'; export declare function getWindowClientRect(element: typeof window): ClientRect;