Type Alias RectangleSignsType Declaration export declare type RectangleSignsType = { x: -1 | 1; y: -1 | 1; };