The rectangle class.
Signature
export declare class Rectangle { constructor(x?: number, y?: number, width?: number, height?: number) }