export interface RectangleAlt { readonly top: number; readonly left: number; readonly width: number; readonly height: number; }