export default interface IRect { x: number; y: number; width: number; height: number; }