export declare const getClientRect: () => Promise<{ width: number; height: number; left: number; top: number; right: number; bottom: number; }>; export declare const getScrollRect: () => Promise<{ top: number; left: number; }>;