export interface Rect { top: number; left: number; bottom: number; right: number; }