export interface ClientRect { width: number; height: number; top: number; left: number; right: number; bottom: number; }