export interface IRectangle { x: number; y: number; width: number; height: number; } //# sourceMappingURL=IRectangle.d.ts.map