import { WH } from './WH';
import { XY } from './XY';
/** Width and height at position x and y. */
export interface Rect extends XY, WH {
}
