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