/** * @module easelts */ export interface ISize { width: number; height: number; }